#include <ArrayStoreException.hpp>
Inheritance diagram for ArrayStoreException::
Public Methods | |
ArrayStoreException () | |
ArrayStoreException (String *s) |
|
Definition at line 18 of file ArrayStoreException.hpp. 00018 : RuntimeException() { } |
|
Definition at line 19 of file ArrayStoreException.hpp. 00019 : RuntimeException( s ) { } |