ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class IllegalStateException. More...
Class IllegalStateException.
The IllegalStateException indicates a wrong state of the object.
Example: A tape recorder can't record and seek at the same time because of the sequential access of the tape. Therefore an IllegalStateException is thrown to inform the programmer about the fact that the object is not ready to perform the requested operation due to its internal state. The reason why the exception is called illegal state is due to the fact that the state "play + seek" would be illegal.
Definition at line 19 of file IllegalStateException.php.