#include <StringIndexOutOfBoundsException.hpp>
Inheritance diagram for StringIndexOutOfBoundsException::
Private Methods | |
StringIndexOutOfBoundsException () | |
StringIndexOutOfBoundsException (String *s) | |
StringIndexOutOfBoundsException (int i) |
|
Definition at line 18 of file StringIndexOutOfBoundsException.hpp. 00018 : IndexOutOfBoundsException() { } |
|
Definition at line 20 of file StringIndexOutOfBoundsException.hpp. 00021 : IndexOutOfBoundsException( s ) { } |
|
Definition at line 23 of file StringIndexOutOfBoundsException.hpp. |