#include <xmltooling/exceptions.h>
Inheritance diagram for xmltooling::UnknownElementException:
Public Member Functions | |
UnknownElementException (const char *msg=NULL, const xmltooling::params &p=xmltooling::params()) | |
Constructor. | |
UnknownElementException (const char *msg, const xmltooling::namedparams &p) | |
Constructor. | |
UnknownElementException (const std::string &msg, const xmltooling::params &p=xmltooling::params()) | |
Constructor. | |
UnknownElementException (const std::string &msg, const xmltooling::namedparams &p) | |
Constructor. | |
virtual const char * | getClassName () const |
Returns a unique name for the exception class. | |
void | raise () const |
Raises an exception using itself. |
virtual const char* xmltooling::UnknownElementException::getClassName | ( | ) | const [inline, virtual] |
Returns a unique name for the exception class.
Reimplemented from xmltooling::XMLToolingException.
void xmltooling::UnknownElementException::raise | ( | ) | const [inline, virtual] |
Raises an exception using itself.
Used to raise an exception of a derived type.
Reimplemented from xmltooling::XMLToolingException.