TDME2 1.9.121
Public Member Functions | List of all members
ExceptionBase Class Reference

Exception base class. More...

#include <tdme/utilities/ExceptionBase.h>

Inheritance diagram for ExceptionBase:
Inheritance graph
Collaboration diagram for ExceptionBase:
Collaboration graph

Public Member Functions

 ExceptionBase (const string &message) throw ()
 Public constructor. More...
 
 ~ExceptionBase () throw ()
 

Detailed Description

Exception base class.

Author
Andreas Drewke

Definition at line 20 of file ExceptionBase.h.

Constructor & Destructor Documentation

◆ ExceptionBase()

ExceptionBase ( const string &  message)
throw (
)

Public constructor.

Parameters
messagemessage Exception message

Definition at line 11 of file ExceptionBase.cpp.

◆ ~ExceptionBase()

~ExceptionBase ( )
throw (
)

Definition at line 14 of file ExceptionBase.cpp.


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