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:
InternalError

public class VirtualMachineError
extends Error


Constructor Summary
VirtualMachineError()
           
VirtualMachineError(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, 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)