Inflection
Morphology Inflection
|
Used to indicate an error casting from one class to other. More...
#include <ClassCastException.hpp>
Public Member Functions | |
ClassCastException () | |
ClassCastException (const std::u16string &message) | |
~ClassCastException () 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 an error casting from one class to other.
This is typically thrown during reflection of AttributeImpl.
Definition at line 13 of file ClassCastException.hpp.
inflection::exception::ClassCastException::ClassCastException | ( | ) |
Default constructor
|
explicit |
Construct an exception with an informative message for debugging purposes.
|
override |
Destructor