OpenSim::XMLParsingException Class Reference
#include <XMLParsingException.h>
List of all members.
Public Member Functions |
| XMLParsingException (const std::string &aMsg="", const DOMNode *aNode=0, const std::string &aFile="", int aLine=-1) |
| Default constructor.
|
virtual | ~XMLParsingException () throw () |
void | print (std::ostream &aOut) |
Protected Attributes |
std::string | _xmlContextString |
| Textual description of where in the XML file the error occured.
|
Constructor & Destructor Documentation
XMLParsingException::XMLParsingException |
( |
const std::string & |
aMsg = "" , |
|
|
const DOMNode * |
aNode = 0 , |
|
|
const std::string & |
aFile = "" , |
|
|
int |
aLine = -1 | |
|
) |
| | |
virtual OpenSim::XMLParsingException::~XMLParsingException |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
void OpenSim::XMLParsingException::print |
( |
std::ostream & |
aOut |
) |
[virtual] |
Member Data Documentation
Textual description of where in the XML file the error occured.
The documentation for this class was generated from the following files:
- OpenSim/Common/XMLParsingException.h
- OpenSim/Common/XMLParsingException.cpp