Save This Page
Home » openjdk-7 » java » lang » [javadoc | source]
java.lang
abstract public class: VirtualMachineError [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Error
         java.lang.VirtualMachineError

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    InternalError, ZipError, OutOfMemoryError, StackOverflowError, UnknownError

Thrown to indicate that the Java Virtual Machine is broken or has run out of resources necessary for it to continue operating.
Fields inherited from java.lang.Error:
serialVersionUID
Constructor:
 public VirtualMachineError() 
 public VirtualMachineError(String s) 
    Constructs a VirtualMachineError with the specified detail message.
    Parameters:
    s - the detail message.
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait