|
|
|
|
VirtualMachineError
|
|
|
public abstract
|
Exception Description
|
|
|
Thrown to indicate that the Java Virtual Machine is broken or has
run out of resources necessary for it to continue operating.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
VirtualMachineError
public VirtualMachineError(
)
Constructs a VirtualMachineError with no detail message.
VirtualMachineError
public VirtualMachineError(
String s
)
Constructs a VirtualMachineError with the specified
detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|