public class ValueExprEvaluationException extends QueryEvaluationException
ValueExpr
could not be evaluated due to illegal or incompatible values. When
thrown, the result of the evaluation should be considered to be "unknown".Constructor and Description |
---|
ValueExprEvaluationException() |
ValueExprEvaluationException(String message) |
ValueExprEvaluationException(String message,
Throwable t) |
ValueExprEvaluationException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValueExprEvaluationException()
public ValueExprEvaluationException(String message)
public ValueExprEvaluationException(Throwable t)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.