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