seal::OutOfBoundsException Class Reference

#include <exception.h>

Inheritance diagram for seal::OutOfBoundsException:

seal::Exception seal::OutOfRangeException< T >

List of all members.

Public Member Functions

 OutOfBoundsException (void)
virtual ~OutOfBoundsException ()
virtual std::string getMessage (void)


Detailed Description

An exception of this type is thrown if memory/data beyond the bounds of a collection is accessed.

Constructor & Destructor Documentation

seal::OutOfBoundsException::OutOfBoundsException ( void   )  [inline]

Default constructor. Sends exception message to std::cerr.

virtual seal::OutOfBoundsException::~OutOfBoundsException (  )  [inline, virtual]

Virtual Destructor.


Member Function Documentation

virtual std::string seal::OutOfBoundsException::getMessage ( void   )  [inline, virtual]

Returns a message about the out of bounds memory access.

Implements seal::Exception.

Reimplemented in seal::OutOfRangeException< T >.


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

Generated on Sat May 16 21:35:20 2009 for SEAL by  doxygen 1.5.5