27 : std::logic_error(message)
43 : std::runtime_error(message)
49 : std::runtime_error(message)
55 : std::runtime_error(message)
66 : std::runtime_error(message)
72 : std::runtime_error(message)
83 : std::runtime_error(message)
Defines many exception classes in namespace Exceptionss.
ClassInitializationException(const std::string &message)
DivisionByZeroException(const std::string &message)
DomainErrorException(const std::string &message)
ExistingClassRegistrationException(const std::string &message)
FileIsBadException(const std::string &message)
FileNotIsOpenException(const std::string &message)
LogicErrorException(const std::string &message)
NotImplementedException(const std::string &message)
NullPointerException(const std::string &message)
OutOfBoundsException(const std::string &message)
RuntimeErrorException(const std::string &message)
UnknownClassRegistrationException(const std::string &message)
Different exceptions, all inheriting from std::exception.
void LogExceptionMessage(const std::string &)