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
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
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getTargetException
public Throwable getTargetException()
- Get the thrown target exception.
- Returns:
- the thrown target exception