rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::XmlException Class Reference
[Exceptions]

Defines a base exception class for all exceptions related to the XML subsystem. More...

#include <rwsf/core/XmlException.h>

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

List of all members.

Public Member Functions

 XmlException (const rwsf::ExceptionInfo &eInfo)
 XmlException (const rwsf::ExceptionInfo &eInfo, const rwsf::LocalizedMessage &msg)
virtual ~XmlException () throw ()

Detailed Description

XmlException defines a base exception class for all exceptions related to the XML subsystem.


Constructor & Destructor Documentation

rwsf::XmlException::XmlException ( const rwsf::ExceptionInfo eInfo  ) 

Constructs a general XML exception with an empty message.

rwsf::XmlException::XmlException ( const rwsf::ExceptionInfo eInfo,
const rwsf::LocalizedMessage &  msg 
)

Constructs a general XML exception with the given message.

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

Destructor.


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.