java.lang
public abstract class VirtualMachineError extends Error
VirtualMachineError
or its subclasses are thrown to
indicate there is something wrong with the Java Virtual Machine or that
it does not have the resources needed for it to continue execution.Constructor and Description |
---|
VirtualMachineError()
Create an error without a message.
|
VirtualMachineError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VirtualMachineError()
public VirtualMachineError(String s)
s
- the message