rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::OutOfBoundsException Class Reference
[Exceptions]

Indicates that a user attempted to access an out-of-range element. More...

#include <rwsf/core/OutOfBoundsException.h>

Inheritance diagram for rwsf::OutOfBoundsException:
rwsf::Exception

List of all members.

Public Member Functions

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

Detailed Description

OutOfBoundsException indicates that a user attempted to access an element outside of the range defined by the associated data structure.


Constructor & Destructor Documentation

rwsf::OutOfBoundsException::OutOfBoundsException ( const rwsf::ExceptionInfo eInfo  ) 

Constructs an OutOfBoundsException with an empty message.

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

Constructs an OutOfBoundsException with the given msg.

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