XmlBase::XmlException Class Reference

This class represents an exception thrown by the XML classes. More...

#include <xmlbase.h>

Inheritance diagram for XmlBase::XmlException:

Inheritance graph

List of all members.

Public Member Functions

 XmlException ()
virtual ~XmlException ()
 XmlException (std::string msg)
virtual std::string str () const


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.


Software Development Kit - Opticks 4.9.0 Build 16218