CMS 3D CMS Logo

Public Member Functions | Private Attributes

SimpleSAXParser::ParserError Class Reference

#include <SimpleSAXParser.h>

List of all members.

Public Member Functions

const char * error ()
 ParserError (const std::string &error)

Private Attributes

std::string m_error

Detailed Description

Definition at line 94 of file SimpleSAXParser.h.


Constructor & Destructor Documentation

SimpleSAXParser::ParserError::ParserError ( const std::string &  error) [inline]

Definition at line 97 of file SimpleSAXParser.h.

      :m_error(error)
      {}

Member Function Documentation

const char* SimpleSAXParser::ParserError::error ( ) [inline]

Definition at line 101 of file SimpleSAXParser.h.

References m_error.

Referenced by CmsShowMainBase::reloadConfiguration(), and CmsShowMainBase::setupConfiguration().

{ return m_error.c_str(); }

Member Data Documentation

Definition at line 103 of file SimpleSAXParser.h.

Referenced by error().