#include <Exceptions.h>
Inheritance diagram for rebecca::impl::XMLErrorException:

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. | |
Usually the XMLError will be because of invalid XML.
|
|
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.
|
1.4.5