Public Member Functions | |
IllegalArgumentException (string exception) | |
Default constructor which takes an exception. |
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.
IllegalArgumentException | ( | string | exception | ) | [inline] |
Default constructor which takes an exception.
exception | Exception message |