Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Base class of all ogdf exceptions. More...

#include <ogdf/basic/exceptions.h>

+ Inheritance diagram for ogdf::Exception:

Public Member Functions

 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.
 

Private Attributes

const charm_file
 Source file where exception occurred.
 
int m_line
 Line number where exception occurred.
 

Detailed Description

Base class of all ogdf exceptions.

Definition at line 162 of file exceptions.h.

Constructor & Destructor Documentation

◆ Exception()

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

Constructs an exception.

Parameters
fileis the name of the source file where exception was thrown.
lineis the line number in the source file where the exception was thrown.

Definition at line 173 of file exceptions.h.

Member Function Documentation

◆ file()

const char * ogdf::Exception::file ( ) const
inline

Returns the name of the source file where exception was thrown.

Returns a null pointer if the name of the source file is unknown.

Definition at line 179 of file exceptions.h.

◆ line()

int ogdf::Exception::line ( ) const
inline

Returns the line number where the exception was thrown.

Returns -1 if the line number is unknown.

Definition at line 185 of file exceptions.h.

Member Data Documentation

◆ m_file

const char* ogdf::Exception::m_file
private

Source file where exception occurred.

Definition at line 164 of file exceptions.h.

◆ m_line

int ogdf::Exception::m_line
private

Line number where exception occurred.

Definition at line 165 of file exceptions.h.


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