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


Public Member Functions | |
| Exception1 (const Val1Type v1, const std::string &cond, const std::string &msg, const std::string &file, const int line) | |
| virtual | ~Exception1 () |
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 | |
| const Val1Type | _val1 |
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 74 of file exceptions.hpp.
|
inlinevirtual |
Definition at line 87 of file exceptions.hpp.
|
protected |
Definition at line 91 of file exceptions.hpp.