#include <IllegalStateException.h>
Inheritance diagram for genetiK::util::IllegalStateException:
Public Member Functions | |
IllegalStateException (const std::string &mess) | |
virtual | ~IllegalStateException () throw () |
This class is used thrown to signal that an object is in an unexpected state. For example, it is thrown by classes that require specific prior initialization before calling certain methods.
|
Creates an IllegalStateException associating it the specified string as message.
|
|
Deletes the IllegalStateException instance |