java.lang
Class InternalError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.VirtualMachineError
java.lang.InternalError
- All Implemented Interfaces:
- Serializable
public class InternalError
- extends VirtualMachineError
An InternalError
is thrown when a mystical error has
occurred in the Java Virtual Machine.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InternalError
public InternalError()
- Create an error without a message.
InternalError
public InternalError(String s)
- Create an error with a message.
- Parameters:
s
- the message