libTriton version 1.0 build 1592
|
The root class of all exceptions. More...
#include <exceptions.hpp>
Public Member Functions | |
TRITON_EXPORT | Exception (const char *message) |
Constructor. | |
TRITON_EXPORT | Exception (const std::string &message) |
Constructor. | |
virtual TRITON_EXPORT | ~Exception () throw () |
Destructor. | |
TRITON_EXPORT const char * | what () const throw () |
Returns the exception message. | |
Protected Attributes | |
std::string | message |
Defines the exception message. | |
The root class of all exceptions.
Definition at line 36 of file exceptions.hpp.
|
inline |
Constructor.
Definition at line 43 of file exceptions.hpp.
|
inline |
Constructor.
Definition at line 48 of file exceptions.hpp.
|
inlinevirtual |
Destructor.
Definition at line 53 of file exceptions.hpp.
|
inline |
Returns the exception message.
Definition at line 57 of file exceptions.hpp.
|
protected |
Defines the exception message.
Definition at line 39 of file exceptions.hpp.