| |
|
| java.lang.Object java.lang.Throwable java.lang.Error java.lang.VirtualMachineError
All known Subclasses: java.lang.InternalError,
VirtualMachineError | abstract public class VirtualMachineError extends Error (Code) | | This class is the superclass of all classes which represent errors that occur
during the operation of the virtual machine.
See Also: Error |
Constructor Summary | |
public | VirtualMachineError() Constructs a new instance of this class with its walkback filled in. | public | VirtualMachineError(String detailMessage) Constructs a new instance of this class with its walkback and message
filled in. |
VirtualMachineError | public VirtualMachineError()(Code) | | Constructs a new instance of this class with its walkback filled in.
|
VirtualMachineError | public VirtualMachineError(String detailMessage)(Code) | | Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception. |
|
|
|