Class exception
Defined in File error.hpp
Inheritance Relationships
Base Type
public std::exception
Derived Types
public mxml::invalid_exception
(Class invalid_exception)public mxml::not_wf_exception
(Class not_wf_exception)
Class Documentation
-
class exception : public std::exception
base class of the exceptions thrown by mxml
Subclassed by mxml::invalid_exception, mxml::not_wf_exception
Public Functions
-
inline exception(std::string message)
Create an exception with the message in message.
-
inline virtual ~exception() noexcept
-
inline virtual const char *what() const noexcept override
Protected Attributes
-
std::string m_message
-
inline exception(std::string message)