#include <IndexOutOfBoundsException.hpp>
Inheritance diagram for IndexOutOfBoundsException::
Public Methods | |
IndexOutOfBoundsException () | |
IndexOutOfBoundsException (String *s) |
|
Definition at line 18 of file IndexOutOfBoundsException.hpp. Referenced by ArrayIndexOutOfBoundsException::ArrayIndexOutOfBoundsException(), and StringIndexOutOfBoundsException::StringIndexOutOfBoundsException().
00018 : RuntimeException() { } |
|
Definition at line 19 of file IndexOutOfBoundsException.hpp. 00019 : RuntimeException( s ) { } |