Exception thrown when a data type is not supported by a generic function. More...
#include <ogdf/basic/exceptions.h>
Public Member Functions | |
TypeNotSupportedException (const char *file=nullptr, int line=-1) | |
Constructs a type-not-supported exception. More... | |
Public Member Functions inherited from ogdf::Exception | |
Exception (const char *file=nullptr, int line=-1) | |
Constructs an exception. More... | |
const char * | file () const |
Returns the name of the source file where exception was thrown. More... | |
int | line () const |
Returns the line number where the exception was thrown. More... | |
const char * | what () const noexcept override |
Exception thrown when a data type is not supported by a generic function.
Definition at line 236 of file exceptions.h.
|
inlineexplicit |
Constructs a type-not-supported exception.
Definition at line 239 of file exceptions.h.