Class ExceptionBase
Defined in File exceptions.hpp
Inheritance Relationships
Base Type
public std::runtime_error
Derived Types
public auto_apms_util::exceptions::ResourceError(Struct ResourceError)public auto_apms_util::exceptions::ResourceIdentityFormatError(Struct ResourceIdentityFormatError)public auto_apms_util::exceptions::SetLoggingSeverityError(Struct SetLoggingSeverityError)public auto_apms_util::exceptions::YAMLFormatError(Struct YAMLFormatError)
Class Documentation
-
class ExceptionBase : public std::runtime_error
Base class for all exceptions of AutoAPMS.
Subclassed by auto_apms_util::exceptions::ResourceError, auto_apms_util::exceptions::ResourceIdentityFormatError, auto_apms_util::exceptions::SetLoggingSeverityError, auto_apms_util::exceptions::YAMLFormatError
Public Functions
-
inline explicit ExceptionBase(const std::string &msg)
-
inline explicit ExceptionBase(const std::string &msg)