Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions | Private Attributes

ogdf::LibraryNotSupportedException Class Reference

Exception thrown when an external library shall be used which is not supported. More...

#include <ogdf/basic/exceptions.h>

Inheritance diagram for ogdf::LibraryNotSupportedException:
ogdf::Exception

List of all members.

Public Member Functions

 LibraryNotSupportedException (LibraryNotSupportedCode code, const char *file=NULL, int line=-1)
 Constructs a library not supported exception.
 LibraryNotSupportedException (const char *file=NULL, int line=-1)
 Constructs a library not supported exception.
LibraryNotSupportedCode exceptionCode () const
 Returns the error code of the exception.

Private Attributes

LibraryNotSupportedCode m_exceptionCode
 The error code specifying the exception.

Detailed Description

Exception thrown when an external library shall be used which is not supported.

Definition at line 285 of file exceptions.h.


Constructor & Destructor Documentation

ogdf::LibraryNotSupportedException::LibraryNotSupportedException ( LibraryNotSupportedCode  code,
const char *  file = NULL,
int  line = -1 
) [inline]

Constructs a library not supported exception.

Definition at line 288 of file exceptions.h.

ogdf::LibraryNotSupportedException::LibraryNotSupportedException ( const char *  file = NULL,
int  line = -1 
) [inline]

Constructs a library not supported exception.

Definition at line 296 of file exceptions.h.


Member Function Documentation

LibraryNotSupportedCode ogdf::LibraryNotSupportedException::exceptionCode (  )  const [inline]

Returns the error code of the exception.

Definition at line 304 of file exceptions.h.


Member Data Documentation

The error code specifying the exception.

Definition at line 307 of file exceptions.h.


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