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

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

asdm::OutOfBoundsException::OutOfBoundsException (  ) 

The empty CTOR.

asdm::OutOfBoundsException::OutOfBoundsException ( const string &  s  ) 

a CTOR with a message.

virtual asdm::OutOfBoundsException::~OutOfBoundsException (  )  [virtual]

The DTOR.


Member Function Documentation

string asdm::OutOfBoundsException::getMessage (  )  const
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 file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1