#include <Exceptions.h>
Inheritance diagram for rebecca::impl::IllegalArgumentException:
Public Member Functions | |
virtual const char * | what () const throw () |
Get the message or jist of what occurred when the exception was thrown. | |
virtual | ~IllegalArgumentException () |
Default Empty virtual destructor. |
Illegal Arguments are usually invalid text given to AIML methods. Examples of invalid text are invalid constructed regular expressions or locations of files with invalid text such as invalid path seperators.
|
Default Empty virtual destructor.
|
|
Get the message or jist of what occurred when the exception was thrown. By default, if a sub class does not override this method and throw a custom message, this will return "unknown exception" message.
|