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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ExcessComplexityException()

inflection::exception::ExcessComplexityException::ExcessComplexityException ( )

Default constructor

◆ ~ExcessComplexityException()

inflection::exception::ExcessComplexityException::~ExcessComplexityException ( )
override

Destructor


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