12 #include <ecl/config/ecl.hpp> 13 #ifndef ECL_DISABLE_EXCEPTIONS 19 #include "../../include/ecl/exceptions/standard_exception.hpp" 58 return what_msg.c_str();
const ErrorFlag & flag() const
Flag enumerating the type of exception thrown.
const ErrorFlag error_flag
Virtual parent class for the ecl exceptions.
Standard exception type, provides code location and error string.
std::string detailed_message
const char * what() const
StandardException(const char *loc, ErrorFlag error)
Default constructor for standard exceptions.
virtual const char * what() const