#include <DOMLSException.hpp>
Inheritance diagram for xercesc::DOMLSException:
Public Types | |
Public Contants | |
enum | LSExceptionCode { PARSE_ERR = 81, SERIALIZE_ERR = 82 } |
ExceptionCode. More... | |
Public Member Functions | |
Constructors | |
DOMLSException () | |
Default constructor for DOMLSException. | |
DOMLSException (short code, short messageCode, MemoryManager *const memoryManager) | |
Constructor which takes an error code and a message. | |
DOMLSException (const DOMLSException &other) | |
Copy constructor. | |
Destructor. | |
virtual | ~DOMLSException () |
Destructor for DOMLSException. |
|
ExceptionCode.
|
|
Default constructor for DOMLSException.
|
|
Constructor which takes an error code and a message.
|
|
Copy constructor.
|
|
Destructor for DOMLSException.
|