- All Implemented Interfaces:
- java.io.Serializable
public class CorruptedStateException
extends java.lang.RuntimeException
Signals that some object reached a state in which it has no
longer full control of its managed resources. This exception
is used for certain framework parts to forward encountered problems
in a way that enables the framework control to decide whether or
not a warning should be presented to the user suggesting him or her
to exit the program.
- Version:
- $Id: CorruptedStateException.java 123 2013-07-31 15:22:01Z mcgaerty $
- Author:
- Markus Gärtner
- See Also:
- Serialized Form