Package io.deephaven.api.expression
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.api.expression.ExpressionException
- All Implemented Interfaces:
Serializable
An unchecked exception indicating a problem with a parsed expression, for example in
TableOperations.where(String...)
or
TableOperations.update(String...)
.- See Also:
-
Constructor Summary
ConstructorDescriptionExpressionException
(String reason, String problemExpression) ExpressionException
(String reason, Throwable cause, String problemExpression) ExpressionException
(Throwable cause, String problemExpression) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionException
-
ExpressionException
-
ExpressionException
-
-
Method Details
-
getProblemExpression
Get the expression that has a problem.- Returns:
- the problem expression
-