glucat
0.8.4
|
Specific exception class. More...
#include <errors.h>
Public Member Functions | |
error (const std::string &msg) | |
Specific exception class. More... | |
error (const std::string &context, const std::string &msg) | |
virtual const std::string | heading () const throw () |
virtual const std::string | classname () const throw () |
virtual void | print_error_msg () const |
![]() | |
glucat_error (const std::string &context, const std::string &msg) | |
~glucat_error () throw () | |
Additional Inherited Members | |
![]() | |
std::string | name |
Specific exception class.
glucat::error< Class_T >::error | ( | const std::string & | msg | ) |
Specific exception class.
Definition at line 67 of file errors_imp.h.
glucat::error< Class_T >::error | ( | const std::string & | context, |
const std::string & | msg | ||
) |
Definition at line 73 of file errors_imp.h.
|
virtual |
Implements glucat::glucat_error.
Definition at line 86 of file errors_imp.h.
|
virtual |
Implements glucat::glucat_error.
Definition at line 80 of file errors_imp.h.
|
virtual |
Implements glucat::glucat_error.
Definition at line 92 of file errors_imp.h.