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