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