Inflection
Morphology Inflection
|
Used to indicate a missing file. More...
#include <FileNotFoundException.hpp>
Public Member Functions | |
FileNotFoundException () | |
FileNotFoundException (const std::u16string &message) | |
~FileNotFoundException () override | |
![]() | |
IOException () | |
IOException (const std::u16string &message) | |
~IOException () 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 a missing file.
This is thrown in many places, such as by factories for tokenization, analysis, and by the resource loader.
Definition at line 13 of file FileNotFoundException.hpp.
inflection::exception::FileNotFoundException::FileNotFoundException | ( | ) |
Default constructor
|
explicit |
Construct an exception with an informative message for debugging purposes.
|
override |
Destructor