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