#include <XMLStack.h>
Inheritance diagram for XMLStackException::
Public Methods | |
XMLStackException (const std::string &Text) | |
Constructor. | |
virtual | ~XMLStackException () |
Destructor. | |
virtual const char* | what () const |
Exception error message. |
Definition at line 31 of file XMLStack.h.
|
Constructor.
Definition at line 35 of file XMLStack.h. |
|
Destructor.
Definition at line 38 of file XMLStack.h. |
|
Exception error message.
Definition at line 41 of file XMLStack.h. |