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

Used to indicate a missing file. More...

#include <FileNotFoundException.hpp>

+ Inheritance diagram for inflection::exception::FileNotFoundException:

Public Member Functions

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

Constructor & Destructor Documentation

◆ FileNotFoundException() [1/2]

inflection::exception::FileNotFoundException::FileNotFoundException ( )

Default constructor

◆ FileNotFoundException() [2/2]

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

Construct an exception with an informative message for debugging purposes.

◆ ~FileNotFoundException()

inflection::exception::FileNotFoundException::~FileNotFoundException ( )
override

Destructor


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