#include <exceptions.h>
Inheritance diagram for IndexOutOfBoundsException:
Public Member Functions | |
IndexOutOfBoundsException (void) | |
Create an IndexOutOfBoundsException with a default message. | |
IndexOutOfBoundsException (const std::string &mesg) | |
Create an IndexOutOfBoundsException with a custom message. |
|
Create an IndexOutOfBoundsException with a custom message.
|