ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Filesystem\Exception\IllegalStateException Class Reference

The IllegalStateException indicates a wrong state of the object. More...

+ Inheritance diagram for ILIAS\Filesystem\Exception\IllegalStateException:
+ Collaboration diagram for ILIAS\Filesystem\Exception\IllegalStateException:

Detailed Description

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.

Author
Nicolas Schäfli ns@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Fabian Schmid fabia.nosp@m.n@sr.nosp@m..solu.nosp@m.tion.nosp@m.s

Definition at line 32 of file IllegalStateException.php.


The documentation for this class was generated from the following file: