|
Inflection
Morphology Inflection
|
Used to indicate a generic exception occurring at runtime. More...
#include <RuntimeException.hpp>
Inheritance diagram for inflection::exception::RuntimeException:Public Member Functions | |
| 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 |
Used to indicate a generic exception occurring at runtime.
This class is meant to be subclassed by more specific exceptions, however it is possible that no other exception exists that classifies the problem, so a generic RuntimeException will be thrown instead.
Definition at line 14 of file RuntimeException.hpp.
| inflection::exception::RuntimeException::RuntimeException | ( | ) |
Default constructor
|
explicit |
Construct an exception with an informative message for debugging purposes.
|
override |
Destructor