Class EvalError

java.lang.Object
com.google.refine.expr.EvalError
All Implemented Interfaces:
Serializable

public class EvalError extends Object implements Serializable
An error that occurs during the evaluation of an Evaluable. Errors are values, too because they can be stored in cells just like strings, numbers, etc. Errors are not thrown because an error might occupy just one element in an array and doesn't need to make the whole array erroneous.
See Also:
  • Field Details

    • message

      public final String message
  • Constructor Details

    • EvalError

      public EvalError(String message)
    • EvalError

      public EvalError(Throwable throwable)
  • Method Details