Packages  This Package  Prev  Next  Index  

§1.61 Class VirtualMachineError

public class java.lang.VirtualMachineError
    extends java.lang.Error (§1.46)
{
    public VirtualMachineError();	§1.61.1
    public VirtualMachineError(String s);	§1.61.2
}
Subclasses of this class indicate that the Java virtual machine is broken or has run out of resources necessary for it to continue operating.


Constructors

VirtualMachineError
public VirtualMachineError()
Constructs a VirtualMachineError with no detail message.

VirtualMachineError
public VirtualMachineError(String s)
Constructs a VirtualMachineError with the specified detail message.

Parameters:
s - the detail message


Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com