Exception thrown when an external library shall be used which is not supported. More...
#include <ogdf/basic/exceptions.h>
Inheritance diagram for ogdf::LibraryNotSupportedException:Public Member Functions | |
| LibraryNotSupportedException (const char *file=nullptr, int line=-1) | |
| Constructs a library not supported exception. | |
| LibraryNotSupportedException (LibraryNotSupportedCode code, const char *file=nullptr, int line=-1) | |
| Constructs a library not supported exception. | |
| LibraryNotSupportedCode | exceptionCode () const |
| Returns the error code of the exception. | |
Public Member Functions inherited from ogdf::Exception | |
| Exception (const char *file=nullptr, int line=-1) | |
| Constructs an exception. | |
| const char * | file () const |
| Returns the name of the source file where exception was thrown. | |
| int | line () const |
| Returns the line number where the exception was thrown. | |
| const char * | what () const noexcept override |
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 273 of file exceptions.h.
|
inlineexplicit |
Constructs a library not supported exception.
Definition at line 276 of file exceptions.h.
|
inlineexplicit |
Constructs a library not supported exception.
Definition at line 281 of file exceptions.h.
|
inline |
Returns the error code of the exception.
Definition at line 285 of file exceptions.h.
|
private |
The error code specifying the exception.
Definition at line 288 of file exceptions.h.