- All Implemented Interfaces:
- java.io.Serializable
public class NeverThrownRuntimeException
extends java.lang.RuntimeException
A runtime exception that cannot be instantiated. Sometimes the typing
mechanism forces one to define an exception type although no exceptions are
actually thrown. This class may be used to clarify such circumstances.
- See Also:
- Serialized Form