#include <XSECException.hpp>
This class is used for all Exceptions raised by the XSEC library. It holds a "type" number that can be used to find the generic type of the exception, as well as a XMLCh string that holds a description of the error
|
|
General Constructor. Generic constructor used within the library. Where inMsg == NULL, the general string for this exception type will be used.
|
|
Local code page constructor. Shortcut constructor to allow local code page strings to be used for the message. Strings are converted to UTF-16.
|
|
Copy Constructor.
|
|
Destructor.
|
|
Get message. Return a pointer to the XMLCh buffer holding the error message
|
|
Get error type. Returns an XSECExceptionType coding of the generic error that raised this exception
|