Inflection
Morphology Inflection
|
Used to indicate a general IO error. More...
#include <IOException.hpp>
Public Member Functions | |
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 general IO error.
This exception type is used to indicate a general IO error, such as failing to read a file.
Definition at line 13 of file IOException.hpp.
inflection::exception::IOException::IOException | ( | ) |
Default constructor
|
explicit |
Construct an exception with an informative message for debugging purposes.
|
override |
Destructor