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