Open
Graph Drawing
Framework

 v.2012.07
 

ogdf::DynamicCastFailedException Class Reference

Exception thrown when result of cast is 0. More...

#include <ogdf/basic/exceptions.h>

+ Inheritance diagram for ogdf::DynamicCastFailedException:

List of all members.

Public Member Functions

 DynamicCastFailedException (const char *file=NULL, int line=-1)
 Constructs a dynamic cast failed exception.
- Public Member Functions inherited from ogdf::Exception
 Exception (const char *file=NULL, int line=-1)
 Constructs an exception.
const char * file ()
 Returns the name of the source file where exception was thrown.
int line ()
 Returns the line number where the exception was thrown.

Detailed Description

Exception thrown when result of cast is 0.

Definition at line 184 of file exceptions.h.


Constructor & Destructor Documentation

ogdf::DynamicCastFailedException::DynamicCastFailedException ( const char *  file = NULL,
int  line = -1 
)
inline

Constructs a dynamic cast failed exception.

Definition at line 188 of file exceptions.h.


The documentation for this class was generated from the following file: