org.gjt.rec.util
Class NonExistentEnumException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.ObjectStreamException
|
+--java.io.InvalidObjectException
|
+--org.gjt.rec.util.NonExistentEnumException
- All Implemented Interfaces:
- Serializable
- public class NonExistentEnumException
- extends InvalidObjectException
Thrown during Enum deserialization if an id is found that does not map onto
one of the declared Enum ids for the class in question.
- Author:
- R Evan Easton
- See Also:
Enum
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
REVISION
public static final String REVISION
- See Also:
- Constant Field Values