![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
This is a ticpp exception class. More...
#include <ticpp.h>
Inherits std::exception.
Public Attributes | |
std::string | m_details |
Exception Details. More... | |
Public Member Functions | |
Exception (const std::string &details) | |
Construct an exception with a message. More... | |
~Exception () throw () | |
const char * | what () const throw () |
Override std::exception::what() to return m_details. More... | |
Exception::Exception | ( | const std::string & | details | ) |
Construct an exception with a message.
Definition at line 915 of file ticpp.cpp.
References Exception().
Referenced by Exception().
const char * Exception::what | ( | ) | const | |
throw | ( | |||
) |