casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
asdm::OutOfBoundsException Class Reference

The OutOfBoundsException class represents an exception when an attempt is made to access something outside of its defined bounds. More...

#include <OutOfBoundsException.h>

List of all members.

Public Member Functions

 OutOfBoundsException ()
 The empty CTOR.
 OutOfBoundsException (const string &s)
 a CTOR with a message.
virtual ~OutOfBoundsException ()
 The DTOR.
string getMessage () const
 OutOfBoundsException ()
 The empty CTOR.
 OutOfBoundsException (const string &s)
 a CTOR with a message.
virtual ~OutOfBoundsException ()
 The DTOR.
string getMessage () const

Private Attributes

string message

Detailed Description

The OutOfBoundsException class represents an exception when an attempt is made to access something outside of its defined bounds.

Definition at line 39 of file OutOfBoundsException.h.


Constructor & Destructor Documentation

The empty CTOR.

a CTOR with a message.

The DTOR.

The empty CTOR.

a CTOR with a message.

The DTOR.


Member Function Documentation

Returns:
a text describing the exception.
Returns:
a text describing the exception.

Member Data Documentation

Definition at line 64 of file OutOfBoundsException.h.


The documentation for this class was generated from the following files: