站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

DebuggerStartException (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.0

org.netbeans.api.debugger.jpda/2 2.4.22

org.netbeans.api.debugger.jpda
Class DebuggerStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DebuggerStartException(String message)
          Constructs a DebuggerStartException with given message.
DebuggerStartException(Throwable t)
          Constructs a DebuggerStartException for a given target exception.
 
Method Summary
 Throwable getTargetException()
          Get the thrown target exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

getTargetException

public Throwable getTargetException()
Get the thrown target exception.

Returns:
the thrown target exception

org.netbeans.api.debugger.jpda/2 2.4.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.