当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.1
DebuggerStartException (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.1
org.netbeans.api.debugger.jpda
Class DebuggerStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.api.debugger.jpda.DebuggerStartException
- All Implemented Interfaces:
- Serializable
public class DebuggerStartException
- extends Exception
Notification about problems during debugger start.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DebuggerStartException
public DebuggerStartException(String message)
- Constructs a DebuggerStartException with given message.
- Parameters:
message
- a exception message
DebuggerStartException
public DebuggerStartException(Throwable t)
- Constructs a DebuggerStartException for a given target exception.
- Parameters:
t
- a target exception
getTargetException
public Throwable getTargetException()
- Get the thrown target exception.
- Returns:
- the thrown target exception