|
libTriton version 1.0 build 1599
|
The exception class used by the disassembler. More...
#include <exceptions.hpp>
Public Member Functions | |
| TRITON_EXPORT | Disassembly (const char *message) |
| Constructor. | |
| TRITON_EXPORT | Disassembly (const std::string &message) |
| Constructor. | |
Public Member Functions inherited from triton::exceptions::Cpu | |
| TRITON_EXPORT | Cpu (const char *message) |
| Constructor. | |
| TRITON_EXPORT | Cpu (const std::string &message) |
| Constructor. | |
Public Member Functions inherited from triton::exceptions::Architecture | |
| TRITON_EXPORT | Architecture (const char *message) |
| Constructor. | |
| TRITON_EXPORT | Architecture (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 disassembler.
Definition at line 365 of file exceptions.hpp.
|
inline |
Constructor.
Definition at line 368 of file exceptions.hpp.
|
inline |
Constructor.
Definition at line 371 of file exceptions.hpp.