Class exception

Inheritance Relationships

Base Type

  • public std::exception

Derived Types

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