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

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

 

org.netbeans.api.debugger.jpda
Class DebuggerStartException

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

 

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