Separatista
|
Unsupported tag exception, thrown when CreateElementByTag doesn't support the tag. More...
#include <exception.h>
Public Member Functions | |
UnsupportedTagException (const wchar_t *pMessage, const Element *pSource, const wchar_t *pTag) | |
const wchar_t * | getTag () const |
Returns the unsupported tag. | |
Public Member Functions inherited from Separatista::ElementException | |
ElementException (const wchar_t *pMessage, const Element *pSource) | |
const Element * | getSourceElement () const |
Returns the target element. | |
Public Member Functions inherited from Separatista::Exception | |
Exception (const wchar_t *pMessage) | |
const wchar_t * | getMessage () const |
Additional Inherited Members | |
Protected Member Functions inherited from Separatista::Exception | |
void | setMessage (const wchar_t *pMessage) |
Unsupported tag exception, thrown when CreateElementByTag doesn't support the tag.