java.lang
Class VirtualMachineError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--java.lang.VirtualMachineError
public abstract class
VirtualMachineErrorextends
Error A 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.
Authors:- Brian Jones
- Tom Tromey <tromey@cygnus.com>
VirtualMachineError
public VirtualMachineError()
Create an error without a message.
VirtualMachineError
public VirtualMachineError(java.lang.String s)
Create an error with a message.
Parameters:
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.