java.lang
Class VirtualMachineError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.VirtualMachineError
Direct Known Subclasses:
OutOfMemoryError, StackOverflowError


public abstract class VirtualMachineError
extends Error

Standard exception class, as specified by the standard Java API.

Compliance: CLDC: 1.0 complete

Compliance: J2SE: 1.4 complete


Constructor Summary
VirtualMachineError()
           
VirtualMachineError(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VirtualMachineError

public VirtualMachineError()

VirtualMachineError

public VirtualMachineError(String message)