public class InternalError extends VirtualMachineError
| Constructor and Description |
|---|
InternalError()
Constructs a new
InternalError that includes the current stack
trace. |
InternalError(String detailMessage)
Constructs a new
InternalError with the current stack trace and
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InternalError()
InternalError that includes the current stack
trace.public InternalError(String detailMessage)
InternalError with the current stack trace and
the specified detail message.detailMessage - the detail message for this error.