Class 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:
    Serialized Form
    • Field Detail

      • message

        public final String message
    • Constructor Detail

      • EvalError

        public EvalError​(String message)
      • EvalError

        public EvalError​(Throwable throwable)