![]() |
Scarab
v3.4.0
Project 8 C++ Utility Library
|
This is the complete list of members for ConstructionError, including all inherited members.
ConstructionError(std::string ename, std::string msg, int exit_code) | ConstructionError | inlineprotected |
ConstructionError(std::string ename, std::string msg, ExitCodes exit_code) | ConstructionError | inlineprotected |
ConstructionError(std::string msg, ExitCodes exit_code) | ConstructionError | inline |
ConstructionError(std::string msg, int exit_code) | ConstructionError | inline |
Error(std::string name, std::string msg, int exit_code=static_cast< int >(ExitCodes::BaseClass)) | Error | inline |
Error(std::string name, std::string msg, ExitCodes exit_code) | Error | inline |
get_exit_code() const | Error | inline |
get_name() const | Error | inline |