Inflection
Morphology Inflection
|
Used to indicate a pointer is null after a null pointer check. More...
#include <NullPointerException.hpp>
Public Member Functions | |
NullPointerException () | |
NullPointerException (const std::u16string &message) | |
~NullPointerException () 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 pointer is null after a null pointer check.
This exception can be thrown in many places in Inflection. Usually this exception is thrown when this library gets into a state where it's expecting a non-null pointer and it has a null pointer instead.
Definition at line 14 of file NullPointerException.hpp.
inflection::exception::NullPointerException::NullPointerException | ( | ) |
Default constructor
|
explicit |
Construct an exception with an informative message for debugging purposes.
|
override |
Destructor