public class InternalError extends VirtualMachineError
InternalError is thrown when a mystical error has
occurred in the Java Virtual Machine.| Constructor and Description |
|---|
InternalError()
Create an error without a message.
|
InternalError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalError()
public InternalError(String s)
s - the message