#include <XalanDOMException.hpp>
Inherited by XalanDOMString::TranscodingError, XercesDOMException, and XercesDOMWrapperException.
Definition at line 39 of file XalanDOMException.hpp.
Definition at line 45 of file XalanDOMException.hpp.
XalanDOMException::XalanDOMException | ( | ExceptionCode | code = UNKNOWN_ERR |
) | [explicit] |
Constructor which takes an error code and a message.
code | The error code which indicates the exception |
XalanDOMException::XalanDOMException | ( | const XalanDOMException & | theSource | ) |
Copy constructor.
other | The object to be copied. |
virtual XalanDOMException::~XalanDOMException | ( | ) | [virtual] |
Destructor for XalanDOMException.
virtual ExceptionCode XalanDOMException::getExceptionCode | ( | ) | const [virtual] |
Returns a code value, from the set defined by the ExceptionCode enum, indicating the type of error that occurred.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|