Definition at line 96 of file exceptions.hpp.
#include <exceptions.hpp>


Public Member Functions | |
| Exception2 (const Val1Type v1, const Val2Type v2, const std::string &cond, const std::string &msg, const std::string &file, const int line) | |
Public Member Functions inherited from MAST::Exceptions::ExceptionBase | |
| ExceptionBase (const std::string &cond, const std::string &val_msg, const std::string &msg, const std::string &file, const int line) | |
| virtual | ~ExceptionBase () |
| void | throw_error () |
Protected Attributes | |
| Val1Type | _val1 |
| Val2Type | _val2 |
Protected Attributes inherited from MAST::Exceptions::ExceptionBase | |
| const std::string | _cond |
| const std::string | _file |
| const int | _line |
| const std::string | _msg |
| const std::string | _val_msg |
|
inline |
Definition at line 101 of file exceptions.hpp.
|
protected |
Definition at line 118 of file exceptions.hpp.
|
protected |
Definition at line 119 of file exceptions.hpp.