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.
- author:
Gordon - Hirsch
- since:
1.3 -
| Field Summary |
|---|
| 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 |
| Method from com.sun.jdi.connect.VMStartException Detail: |
public Process process() {
return process;
}
|