org.netbeans.api.debugger.jpda
public class DebuggerStartException extends Exception
Constructor and Description |
---|
DebuggerStartException(String message)
Constructs a DebuggerStartException with given message.
|
DebuggerStartException(Throwable t)
Constructs a DebuggerStartException for a given target exception.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getTargetException()
Get the thrown target exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DebuggerStartException(String message)
message
- a exception messagepublic DebuggerStartException(Throwable t)
t
- a target exceptionpublic Throwable getTargetException()
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.