Documentation  › java.lang  › VirtualMachineError
 
 


  VirtualMachineError
  public abstract

  Inherits From:   Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
VirtualMachineError
public VirtualMachineError( )

Constructs a VirtualMachineError with no detail message.


VirtualMachineError
public VirtualMachineError( String s )

Constructs a VirtualMachineError with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
InternalError, OutOfMemoryError, StackOverflowError, UnknownError



 
 
  dydoc
  3/10/05