Inflection
Morphology Inflection
|
Used to indicate that a loaded configuration is invalid. More...
#include <InvalidConfigurationException.hpp>
Public Member Functions | |
InvalidConfigurationException () | |
InvalidConfigurationException (const std::u16string &message) | |
~InvalidConfigurationException () override | |
![]() | |
RuntimeException () | |
RuntimeException (const std::u16string &message) | |
~RuntimeException () override | |
![]() | |
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 that a loaded configuration is invalid.
This is typically thrown by StringTokenizerBridge or germanic token extractors when there are missing files. It can also be thrown by the transliterators when it is unable to load the transliteration map.
Definition at line 14 of file InvalidConfigurationException.hpp.
inflection::exception::InvalidConfigurationException::InvalidConfigurationException | ( | ) |
Default constructor
|
explicit |
Construct an exception with an informative message for debugging purposes.
|
override |
Destructor