rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::XmlParseAttributeNotFoundException Class Reference
[Exceptions]

Encapsulates errors that occur during parsing when an expected attribute is not found. More...

#include <rwsf/core/XmlParseAttributeNotFoundException.h>

Inheritance diagram for rwsf::XmlParseAttributeNotFoundException:
rwsf::XmlParseException rwsf::XmlException rwsf::Exception

List of all members.

Public Member Functions

 XmlParseAttributeNotFoundException (const rwsf::ExceptionInfo &eInfo, const std::string &attr)
virtual ~XmlParseAttributeNotFoundException () throw ()
std::string attrName () const

Detailed Description

XmlParseAttributeNotFoundException encapsulates errors that occur during parsing when an expected attribute is not found.


Constructor & Destructor Documentation

rwsf::XmlParseAttributeNotFoundException::XmlParseAttributeNotFoundException ( const rwsf::ExceptionInfo eInfo,
const std::string &  attr 
)

Constructs an RWSF_CORE_XML_PARSE_ATTRIBUTE_NOT_FOUND error for the given attr.

virtual rwsf::XmlParseAttributeNotFoundException::~XmlParseAttributeNotFoundException (  )  throw () [virtual]

Destructor.


Member Function Documentation

std::string rwsf::XmlParseAttributeNotFoundException::attrName (  )  const

Returns the name of the attribute that was not found.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.