Class ExceptionBase

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

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)