Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Exception thrown when a data type is not supported by a generic function. More...

#include <ogdf/basic/exceptions.h>

+ Inheritance diagram for ogdf::TypeNotSupportedException:

Public Member Functions

 TypeNotSupportedException (const char *file=nullptr, int line=-1)
 Constructs a type-not-supported exception.
 
- Public Member Functions inherited from ogdf::Exception
 Exception (const char *file=nullptr, int line=-1)
 Constructs an exception.
 
const charfile () const
 Returns the name of the source file where exception was thrown.
 
int line () const
 Returns the line number where the exception was thrown.
 

Detailed Description

Exception thrown when a data type is not supported by a generic function.

Definition at line 230 of file exceptions.h.

Constructor & Destructor Documentation

◆ TypeNotSupportedException()

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

Constructs a type-not-supported exception.

Definition at line 233 of file exceptions.h.


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