public abstract class VirtualMachineError extends Error
VirtualMachineError is the superclass of all error classes that occur
during the operation of the VM.Error,
Serialized Form| Constructor and Description |
|---|
VirtualMachineError()
Constructs a new
VirtualMachineError that includes the current
stack trace. |
VirtualMachineError(String detailMessage)
Constructs a new
VirtualMachineError with the current stack trace
and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VirtualMachineError()
VirtualMachineError that includes the current
stack trace.public VirtualMachineError(String detailMessage)
VirtualMachineError with the current stack trace
and the specified detail message.detailMessage - the detail message for this exception.