libTriton version 1.0 build 1592
|
The exception class used by the path manager. More...
#include <exceptions.hpp>
Public Member Functions | |
TRITON_EXPORT | PathManager (const char *message) |
Constructor. | |
TRITON_EXPORT | PathManager (const std::string &message) |
Constructor. | |
Public Member Functions inherited from triton::exceptions::SymbolicEngine | |
TRITON_EXPORT | SymbolicEngine (const char *message) |
Constructor. | |
TRITON_EXPORT | SymbolicEngine (const std::string &message) |
Constructor. | |
Public Member Functions inherited from triton::exceptions::Engines | |
TRITON_EXPORT | Engines (const char *message) |
Constructor. | |
TRITON_EXPORT | Engines (const std::string &message) |
Constructor. | |
Public Member Functions inherited from triton::exceptions::Exception | |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from triton::exceptions::Exception | |
std::string | message |
Defines the exception message. | |
The exception class used by the path manager.
Definition at line 137 of file exceptions.hpp.
|
inline |
Constructor.
Definition at line 140 of file exceptions.hpp.
|
inline |
Constructor.
Definition at line 143 of file exceptions.hpp.