Separatista
|
Unsupported namespace exception, thrown when the namespace isn't supported. More...
#include <exception.h>
Public Member Functions | |
UnsupportedNamespaceException (const wchar_t *pMessage, const Element *pSource, const wchar_t *pNamespace) | |
const wchar_t * | getNamespace () 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 namespace exception, thrown when the namespace isn't supported.