Inflection
Morphology Inflection
|
Used to indicate an illegal argument to a function. More...
#include <IllegalArgumentException.hpp>
Public Member Functions | |
IllegalArgumentException () | |
IllegalArgumentException (const std::u16string &message) | |
~IllegalArgumentException () 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 illegal argument to a function.
This is thrown in many places. It typically denotes that an argument to a function is in an incorrect format. This can mean a wide variety of things, such as the wrong data structure being passed in, to having too many elements in an array.
Definition at line 15 of file IllegalArgumentException.hpp.
inflection::exception::IllegalArgumentException::IllegalArgumentException | ( | ) |
Default constructor
|
explicit |
Construct an exception with an informative message for debugging purposes.
|
override |
Destructor