rebecca::impl::IllegalArgumentException Class Reference

When Illegal Arguments are given to a AIML method, the method will throw this exception. More...

#include <Exceptions.h>

Inheritance diagram for rebecca::impl::IllegalArgumentException:

rebecca::impl::Exception List of all members.

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.

Detailed Description

When Illegal Arguments are given to a AIML method, the method will throw this 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.


Constructor & Destructor Documentation

virtual rebecca::impl::IllegalArgumentException::~IllegalArgumentException  )  [inline, virtual]
 

Default Empty virtual destructor.


Member Function Documentation

virtual const char* rebecca::impl::Exception::what  )  const throw () [inline, virtual, inherited]
 

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.

Returns:
Will return the message or jist of what occured when the exception was thrown.
Exceptions:
Will not throw any


The documentation for this class was generated from the following file:
Generated on Wed Oct 12 23:40:34 2005 for RebeccaAIML by  doxygen 1.4.5