Inflection
Morphology Inflection
Loading...
Searching...
No Matches
Public Member Functions | List of all members
inflection::exception::InvalidConfigurationException Class Reference

Used to indicate that a loaded configuration is invalid. More...

#include <InvalidConfigurationException.hpp>

+ Inheritance diagram for inflection::exception::InvalidConfigurationException:

Public Member Functions

 InvalidConfigurationException ()
 
 InvalidConfigurationException (const std::u16string &message)
 
 ~InvalidConfigurationException () override
 
- Public Member Functions inherited from inflection::exception::RuntimeException
 RuntimeException ()
 
 RuntimeException (const std::u16string &message)
 
 ~RuntimeException () override
 
- 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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ InvalidConfigurationException() [1/2]

inflection::exception::InvalidConfigurationException::InvalidConfigurationException ( )

Default constructor

◆ InvalidConfigurationException() [2/2]

inflection::exception::InvalidConfigurationException::InvalidConfigurationException ( const std::u16string &  message)
explicit

Construct an exception with an informative message for debugging purposes.

◆ ~InvalidConfigurationException()

inflection::exception::InvalidConfigurationException::~InvalidConfigurationException ( )
override

Destructor


The documentation for this class was generated from the following file: