rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::NamingException Class Reference
[Exceptions]

Defines a base exception type for all exceptions thrown relevant to named objects. More...

#include <rwsf/core/NamingException.h>

Inheritance diagram for rwsf::NamingException:
rwsf::Exception

List of all members.

Public Member Functions

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

Detailed Description

NamingException defines a base exception type for all exceptions thrown relevant to named objects.


Constructor & Destructor Documentation

rwsf::NamingException::NamingException ( const rwsf::ExceptionInfo eInfo  ) 

Constructs a general naming context exception with an empty message. See rwsf::Exception for more information on eInfo.

See also:
rwsf::NamingContext.
rwsf::NamingException::NamingException ( const rwsf::ExceptionInfo eInfo,
const rwsf::LocalizedMessage &  msg 
)

Constructs a naming context exception with the given msg. See rwsf::Exception for more information on eInfo and rwsf::LocalizedMessage.

virtual rwsf::NamingException::~NamingException (  )  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.