Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::InsufficientMemoryException Class Reference

Exception thrown when not enough memory is available to execute an algorithm. More...

#include <ogdf/basic/exceptions.h>

+ Inheritance diagram for ogdf::InsufficientMemoryException:

Public Member Functions

 InsufficientMemoryException (const char *file=nullptr, int line=-1)
 Constructs an insufficient memory 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
 

Detailed Description

Exception thrown when not enough memory is available to execute an algorithm.

Definition at line 209 of file exceptions.h.

Constructor & Destructor Documentation

◆ InsufficientMemoryException()

ogdf::InsufficientMemoryException::InsufficientMemoryException ( const char *  file = nullptr,
int  line = -1 
)
inlineexplicit

Constructs an insufficient memory exception.

Definition at line 212 of file exceptions.h.


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