#include <ArrayIndexOutOfBoundsException.hpp>
Inheritance diagram for ArrayIndexOutOfBoundsException::
Public Methods | |
ArrayIndexOutOfBoundsException () | |
ArrayIndexOutOfBoundsException (int i) | |
ArrayIndexOutOfBoundsException (String *s) |
|
Definition at line 18 of file ArrayIndexOutOfBoundsException.hpp. 00019 : IndexOutOfBoundsException() { } |
|
Definition at line 21 of file ArrayIndexOutOfBoundsException.hpp. |
|
Definition at line 28 of file ArrayIndexOutOfBoundsException.hpp. 00029 : IndexOutOfBoundsException( s ) { } |