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

InvalidExpressionException (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.1

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

org.netbeans.api.debugger.jpda
Class InvalidExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.netbeans.api.debugger.jpda.InvalidExpressionException
All Implemented Interfaces:
Serializable

public class InvalidExpressionException
extends Exception

Notification about bad expression.

See Also:
Serialized Form

Constructor Summary
InvalidExpressionException(String message)
          Constructs a InvalidExpressionException with given message.
InvalidExpressionException(Throwable t)
          Constructs a InvalidExpressionException 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

InvalidExpressionException

public InvalidExpressionException(String message)
Constructs a InvalidExpressionException with given message.

Parameters:
message - a exception message

InvalidExpressionException

public InvalidExpressionException(Throwable t)
Constructs a InvalidExpressionException 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.31

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