The XMLParseException is thrown if parsing an XML failed. More...
#include <Exception.h>
Public Member Functions | |
| virtual const char * | what () const throw () |
| Description of the exception. | |
| XMLParseException (const XMLParseException &inst) | |
| Construction. | |
| XMLParseException () | |
| Construction. | |
| XMLParseException (const std::string &sMessage) | |
| Construction. | |
| XMLParseException (const char *sMessage) | |
| Construction. | |
| virtual | ~XMLParseException () throw () |
| Destruction. | |
The XMLParseException is thrown if parsing an XML failed.
Definition at line 83 of file Exception.h.
| XMLParseException::XMLParseException | ( | const char * | sMessage | ) |
Construction.
Definition at line 99 of file Exception.cpp.
| XMLParseException::XMLParseException | ( | const std::string & | sMessage | ) |
Construction.
Definition at line 104 of file Exception.cpp.
| XMLParseException::XMLParseException | ( | ) |
| XMLParseException::XMLParseException | ( | const XMLParseException & | inst | ) |
Construction.
Definition at line 114 of file Exception.cpp.
| virtual Base::XMLParseException::~XMLParseException | ( | ) | throw () [inline, virtual] |
Destruction.
Definition at line 95 of file Exception.h.
| const char * XMLParseException::what | ( | void | ) | const throw () [virtual] |
Description of the exception.
Reimplemented from Base::Exception.
Definition at line 119 of file Exception.cpp.
1.6.1