OutOfBoundsException Class Reference
#include <UtilExceptions.h>
Detailed Description
OutOfBoundsException Thrown when an array element out of the array's bounderies is accessed
Definition at line 119 of file UtilExceptions.h.
Constructor & Destructor Documentation
| OutOfBoundsException::OutOfBoundsException |
( |
|
) |
[inline] |
constructor
Definition at line 122 of file UtilExceptions.h.
00123 : std::runtime_error("Out Of Bounds") {}
The documentation for this class was generated from the following file: