public abstract class VirtualMachineError extends Error
| Constructor and Description |
|---|
VirtualMachineError()
Constructs a
VirtualMachineError with no detail message. |
VirtualMachineError(String s)
Constructs a
VirtualMachineError with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic VirtualMachineError()
VirtualMachineError with no detail message.public VirtualMachineError(String s)
VirtualMachineError with the specified detail message.s - the detail message.