#include <exception.h>
Public Member Functions | |
OutOfBoundsException (void) | |
virtual | ~OutOfBoundsException () |
virtual std::string | getMessage (void) |
seal::OutOfBoundsException::OutOfBoundsException | ( | void | ) | [inline] |
Default constructor. Sends exception message to std::cerr
.
virtual seal::OutOfBoundsException::~OutOfBoundsException | ( | ) | [inline, virtual] |
Virtual Destructor.
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 >.