Class not_wf_exception

Inheritance Relationships

Base Type

Class Documentation

class not_wf_exception : public mxml::exception

If an not_wf_exception is thrown, it means the XML document is not well formed. Often this means syntax errors, missing < or > characters, non matching open and close tags, etc.

The what() member of the exception object will contain an explanation.

Public Functions

inline not_wf_exception(std::string msg)
inline ~not_wf_exception() noexcept