org.netbeans.api.debugger.jpda
public class InvalidExpressionException extends Exception
Constructor and Description |
---|
InvalidExpressionException(String message)
Constructs a InvalidExpressionException with given message.
|
InvalidExpressionException(Throwable t)
Constructs a InvalidExpressionException for a given target exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
Throwable |
getTargetException()
Get the thrown target exception.
|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidExpressionException(String message)
message
- a exception messagepublic InvalidExpressionException(Throwable t)
t
- a target exceptionpublic String getMessage()
getMessage
in class Throwable
public Throwable getTargetException()
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.