Class ExpressionException

All Implemented Interfaces:
Serializable

public class ExpressionException extends RuntimeException
An unchecked exception indicating a problem with a parsed expression, for example in TableOperations.where(String...) or TableOperations.update(String...).
See Also:
  • Constructor Details

    • ExpressionException

      public ExpressionException(String reason, String problemExpression)
    • ExpressionException

      public ExpressionException(String reason, Throwable cause, String problemExpression)
    • ExpressionException

      public ExpressionException(Throwable cause, String problemExpression)
  • Method Details

    • getProblemExpression

      public final String getProblemExpression()
      Get the expression that has a problem.
      Returns:
      the problem expression