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.
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
VirtualMachineError()
Create an error without a message. | |
VirtualMachineError(String s)
Create an error with a message.
|
Parameters: s the message