public class

VMStartException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.sun.jdi.connect.VMStartException

Class Overview

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.

Summary

Public Constructors
VMStartException(Process process)
VMStartException(String message, Process process)
Public Methods
Process process()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public VMStartException (Process process)

public VMStartException (String message, Process process)

Public Methods

public Process process ()