Home » openjdk-7 » com.sun » jdi » connect » [javadoc | source]
com.sun.jdi.connect
public class: VMStartException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         com.sun.jdi.connect.VMStartException

All Implemented Interfaces:
    Serializable

A target VM was successfully launched, but terminated with an error before a connection could be established. This exception provides the java.lang.Process object for the launched target to help in diagnosing the problem.
Field Summary
 Process process     
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public VMStartException(Process process) 
 public VMStartException(String message,
    Process process) 
Method from com.sun.jdi.connect.VMStartException Summary:
process
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
Method from com.sun.jdi.connect.VMStartException Detail:
 public Process process()