casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
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>

Public Member Functions

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

Private Attributes

std::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 38 of file OutOfBoundsException.h.

Constructor & Destructor Documentation

asdm::OutOfBoundsException::OutOfBoundsException ( )

The empty CTOR.

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

a CTOR with a message.

virtual asdm::OutOfBoundsException::~OutOfBoundsException ( )
virtual

The DTOR.

Member Function Documentation

std::string asdm::OutOfBoundsException::getMessage ( ) const
Returns
a text describing the exception.

Member Data Documentation

std::string asdm::OutOfBoundsException::message
private

Definition at line 63 of file OutOfBoundsException.h.


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