| Inflection
    Morphology Inflection | 
Used to indicate an error parsing XML documents. More...
#include <XMLParseException.hpp>
 Inheritance diagram for inflection::exception::XMLParseException:
 Inheritance diagram for inflection::exception::XMLParseException:| Public Member Functions | |
| XMLParseException (const std::u16string &message) | |
|  Public Member Functions inherited from inflection::exception::Exception | |
| Exception () | |
| Exception (const std::u16string &message) | |
| ~Exception () override | |
|  Public Member Functions inherited from inflection::exception::Throwable | |
| 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. |