|
Inflection
Morphology Inflection
|
Used to indicate an illegal argument to a function. More...
#include <IllegalArgumentException.hpp>
Inheritance diagram for inflection::exception::IllegalArgumentException:Public Member Functions | |
| IllegalArgumentException () | |
| IllegalArgumentException (const std::u16string &message) | |
| ~IllegalArgumentException () override | |
Public Member Functions inherited from inflection::exception::RuntimeException | |
| 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 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