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