glucat
0.8.2
|
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 39 of file errors_imp.h.
glucat::error< Class_T >::error | ( | const std::string & | context, |
const std::string & | msg | ||
) |
Definition at line 45 of file errors_imp.h.
References glucat::error< Class_T >::heading().
|
virtual |
Implements glucat::glucat_error.
Definition at line 58 of file errors_imp.h.
References glucat::glucat_error::name, and glucat::error< Class_T >::print_error_msg().
Referenced by glucat::error< Class_T >::heading(), and glucat::error< Class_T >::print_error_msg().
|
virtual |
Implements glucat::glucat_error.
Definition at line 52 of file errors_imp.h.
References glucat::error< Class_T >::classname().
Referenced by glucat::error< Class_T >::error(), and glucat::error< Class_T >::print_error_msg().
|
virtual |
Implements glucat::glucat_error.
Definition at line 64 of file errors_imp.h.
References glucat::error< Class_T >::classname(), and glucat::error< Class_T >::heading().
Referenced by glucat::error< Class_T >::classname().