com.sun.jdi.connect
Class VMStartException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.jdi.connect.VMStartException
- public class VMStartException
- extends java.lang.Exception
A target VM was successfully launched, but terminated with an
error before a connection could be established. This exception
provides the Process
object for the launched
target to help in diagnosing the problem.
- Since:
- 1.3
- See Also:
- Serialized Form
Method Summary |
java.lang.Process |
process()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
VMStartException
public VMStartException(java.lang.Process process)
VMStartException
public VMStartException(java.lang.String message,
java.lang.Process process)
process
public java.lang.Process process()