- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExprEvalTypeException
,ExprNotComparableException
,ExprTypeException
,ExprUndefException
,ExprUndefFunction
Exception for a dynamic evaluation exception.
The current solution is likely to be rejected.
See also QueryFatalException which aborts the whole query execution.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExprEvalException
(String msg) ExprEvalException
(String msg, Throwable cause) ExprEvalException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExprEvalException
public ExprEvalException() -
ExprEvalException
-
ExprEvalException
-
ExprEvalException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-