Exception thrown when an external library shall be used which is not supported. More...
#include <ogdf/basic/exceptions.h>
Public Member Functions | |
| LibraryNotSupportedException (LibraryNotSupportedCode code, const char *file=NULL, int line=-1) | |
| Constructs a library not supported exception. | |
| LibraryNotSupportedException (const char *file=NULL, int line=-1) | |
| Constructs a library not supported exception. | |
| LibraryNotSupportedCode | exceptionCode () const |
| Returns the error code of the exception. | |
Private Attributes | |
| LibraryNotSupportedCode | m_exceptionCode |
| The error code specifying the exception. | |
Exception thrown when an external library shall be used which is not supported.
Definition at line 285 of file exceptions.h.
| ogdf::LibraryNotSupportedException::LibraryNotSupportedException | ( | LibraryNotSupportedCode | code, | |
| const char * | file = NULL, |
|||
| int | line = -1 | |||
| ) | [inline] |
Constructs a library not supported exception.
Definition at line 288 of file exceptions.h.
| ogdf::LibraryNotSupportedException::LibraryNotSupportedException | ( | const char * | file = NULL, |
|
| int | line = -1 | |||
| ) | [inline] |
Constructs a library not supported exception.
Definition at line 296 of file exceptions.h.
| LibraryNotSupportedCode ogdf::LibraryNotSupportedException::exceptionCode | ( | ) | const [inline] |
Returns the error code of the exception.
Definition at line 304 of file exceptions.h.
The error code specifying the exception.
Definition at line 307 of file exceptions.h.