glucat
0.12.0
|
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) | |
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 45 of file errors_imp.h.
glucat::error< Class_T >::error | ( | const std::string & | context, |
const std::string & | msg | ||
) |
Definition at line 51 of file errors_imp.h.
|
overridevirtualnoexcept |
Implements glucat::glucat_error.
Definition at line 64 of file errors_imp.h.
|
overridevirtualnoexcept |
Implements glucat::glucat_error.
Definition at line 58 of file errors_imp.h.
|
overridevirtual |
Implements glucat::glucat_error.
Definition at line 70 of file errors_imp.h.