libTriton version 1.0 build 1590
Loading...
Searching...
No Matches
Public Member Functions | List of all members
triton::exceptions::SolverModel Class Reference

The exception class used by solver models. More...

#include <exceptions.hpp>

Inheritance diagram for triton::exceptions::SolverModel:

Public Member Functions

TRITON_EXPORT SolverModel (const char *message)
 Constructor.
 
TRITON_EXPORT SolverModel (const std::string &message)
 Constructor.
 
- Public Member Functions inherited from triton::exceptions::SolverEngine
TRITON_EXPORT SolverEngine (const char *message)
 Constructor.
 
TRITON_EXPORT SolverEngine (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.
 

Detailed Description

The exception class used by solver models.

Definition at line 197 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ SolverModel() [1/2]

TRITON_EXPORT triton::exceptions::SolverModel::SolverModel ( const char *  message)
inline

Constructor.

Definition at line 200 of file exceptions.hpp.

◆ SolverModel() [2/2]

TRITON_EXPORT triton::exceptions::SolverModel::SolverModel ( const std::string &  message)
inline

Constructor.

Definition at line 203 of file exceptions.hpp.


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