Exception thrown when not enough memory is available to execute an algorithm. More...
#include <ogdf/basic/exceptions.h>
Public Member Functions | |
| InsufficientMemoryException (const char *file=NULL, int line=-1) | |
| Constructs an insufficient memory exception. | |
Exception thrown when not enough memory is available to execute an algorithm.
Definition at line 202 of file exceptions.h.
| ogdf::InsufficientMemoryException::InsufficientMemoryException | ( | const char * | file = NULL, |
|
| int | line = -1 | |||
| ) | [inline] |
Constructs an insufficient memory exception.
Definition at line 206 of file exceptions.h.