|
Inflection
Morphology Inflection
|
Used to indicate excess complexity of an operation (typically recursion). More...
#include <ExcessComplexityException.hpp>
Inheritance diagram for inflection::exception::ExcessComplexityException:Public Member Functions | |
| ExcessComplexityException () | |
| ~ExcessComplexityException () 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 |
Used to indicate excess complexity of an operation (typically recursion).
This is typically thrown during Finnish Token attribution, especially when decompounding words.
Definition at line 13 of file ExcessComplexityException.hpp.
| inflection::exception::ExcessComplexityException::ExcessComplexityException | ( | ) |
Default constructor
|
override |
Destructor