Separatista
|
Invalid value exception, thrown when an element can't accept a value. More...
#include <validator.h>
Public Member Functions | |
InvalidValueException (const wchar_t *pMessage, Element *pSource, const wchar_t *pValue) | |
Element * | getSourceElement () const |
Returns the target element. | |
const wchar_t * | getValue () const |
Returns the erronous value. | |
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) |
Invalid value exception, thrown when an element can't accept a value.