InternalErrorpublic class InternalError extends VirtualMachineError Thrown to indicate some unexpected internal error has occurred in
the Java Virtual Machine. |
Constructors Summary |
---|
public InternalError()Constructs an InternalError with no detail message.
super();
| public InternalError(String s)Constructs an InternalError with the specified
detail message.
super(s);
|
|