#include <epp_XMLException.h>
Public Methods | |
| epp_XMLException () | |
| Null constructor. More... | |
| virtual | ~epp_XMLException () |
| Destructor. More... | |
| epp_XMLException (const epp_string &data) throw () | |
| Constructor with error data. More... | |
| virtual epp_string | getString () |
Returns the error string
| |
| epp_XMLException (const string file, const int lineno, const epp_string &data) throw () | |
| Constructor with error data, file name, and line number. More... | |
Public Attributes | |
| epp_string_ref | m_error_message |
| Text describing the encountered error. More... | |
|
|
Null constructor.
|
|
|
Destructor.
|
|
|
Constructor with error data.
|
|
||||||||||||||||
|
Constructor with error data, file name, and line number.
|
|
|
Returns the error string
|
|
|
Text describing the encountered error.
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001