glucat 0.12.0
|
Specific exception class. More...
#include <errors.h>
Public Member Functions | |
error (const std::string &msg) | |
Specific exception class. | |
error (const std::string &context, const std::string &msg) | |
auto | heading () const noexcept -> const std::string override |
auto | classname () const noexcept -> const std::string override |
void | print_error_msg () const override |
![]() | |
glucat_error (const std::string &context, const std::string &msg) | |
~glucat_error () noexcept override=default | |
Additional Inherited Members | |
![]() | |
std::string | name |
Specific exception class.
glucat::error< Class_T >::error | ( | const std::string & | msg | ) |
Specific exception class.
Definition at line 44 of file errors_imp.h.
glucat::error< Class_T >::error | ( | const std::string & | context, |
const std::string & | msg ) |
Definition at line 50 of file errors_imp.h.
|
overridevirtualnoexcept |
Implements glucat::glucat_error.
Definition at line 63 of file errors_imp.h.
|
overridevirtualnoexcept |
Implements glucat::glucat_error.
Definition at line 57 of file errors_imp.h.
|
overridevirtual |
Implements glucat::glucat_error.
Definition at line 69 of file errors_imp.h.