rebecca::impl::XMLErrorException Class Reference

If an XMLError occurs inside of a user invoked method, this exception will be thrown. More...

#include <Exceptions.h>

Inheritance diagram for rebecca::impl::XMLErrorException:

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 ~XMLErrorException ()
 Default Empty virtual destructor.

Detailed Description

If an XMLError occurs inside of a user invoked method, this exception will be thrown.

Usually the XMLError will be because of invalid XML.


Constructor & Destructor Documentation

virtual rebecca::impl::XMLErrorException::~XMLErrorException  )  [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