- All Implemented Interfaces:
- java.io.Serializable
public class UnexpectedError
extends java.lang.Error
Represnts an error that should never occur. Used when someone else's code
(normally Java) throws an error but you know the condition that caused the
error should never occur.
- Version:
- 1.0
- See Also:
- Serialized Form