当前页面:
在线文档首页 >
NetBeans API Javadoc 5.5.0
InvalidExpressionException (NetBeans Debugger JPDA API) - NetBeans API Javadoc 5.5.0
org.netbeans.api.debugger.jpda
Class InvalidExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.api.debugger.jpda.InvalidExpressionException
- All Implemented Interfaces:
- Serializable
public class InvalidExpressionException
- extends Exception
Notification about bad expression.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
getTargetException
public Throwable getTargetException()
- Get the thrown target exception.
- Returns:
- the thrown target exception