XmlBase::XmlException Class Reference
This class represents an exception thrown by the XML classes.
More...
#include <xmlbase.h>
List of all members.
Detailed Description
This class represents an exception thrown by the XML classes.
Definition at line 241 of file xmlbase.h.
Constructor & Destructor Documentation
| XmlBase::XmlException::XmlException |
( |
|
) |
|
Create a new exception with no error message.
Definition at line 247 of file xmlbase.h.
| virtual XmlBase::XmlException::~XmlException |
( |
|
) |
[virtual] |
Destroy and cleanup the exception object.
Definition at line 252 of file xmlbase.h.
| XmlBase::XmlException::XmlException |
( |
std::string |
msg |
) |
|
Create a new exception with an error message.
- Parameters:
-
| msg | The error message string. |
Definition at line 260 of file xmlbase.h.
Member Function Documentation
| virtual std::string XmlBase::XmlException::str |
( |
|
) |
const [virtual] |
Accessor for the error message.
- Returns:
- The error message string.
Definition at line 268 of file xmlbase.h.