Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.lang

Class VirtualMachineError

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Error
      |
      +--java.lang.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.

Authors:

Constructor Summary

VirtualMachineError()

Create an error without a message.
VirtualMachineError(java.lang.String s)

Create an error with a message.

Constructor Details

VirtualMachineError

public VirtualMachineError()

Create an error without a message.


VirtualMachineError

public VirtualMachineError(java.lang.String s)

Create an error with a message.

Parameters: