Inflection
Morphology Inflection
|
Used to indicate an error parsing XML documents. More...
#include <XMLParseException.hpp>
Public Member Functions | |
XMLParseException (const std::u16string &message) | |
![]() | |
Exception () | |
Exception (const std::u16string &message) | |
~Exception () override | |
![]() | |
Throwable () | |
Throwable (const std::u16string &message) | |
~Throwable () override | |
const char * | what () const noexcept override |
virtual const ::std::u16string & | getMessage () const noexcept |
Used to indicate an error parsing XML documents.
This type of exception is only used when running the XML tools that aid in creating the resources used by Inflection. It will never be thrown during runtime.
Definition at line 14 of file XMLParseException.hpp.
|
explicit |
Construct an XMLParseException with a message.
message | The debugging message of this XML parse exception. |