java.lang

Class VirtualMachineError

public abstract class VirtualMachineError extends 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.

UNKNOWN: updated to 1.4

Constructor Summary
VirtualMachineError()
Create an error without a message.
VirtualMachineError(String s)
Create an error with a message.

Constructor Detail

VirtualMachineError

public VirtualMachineError()
Create an error without a message.

VirtualMachineError

public VirtualMachineError(String s)
Create an error with a message.

Parameters: s the message