Class JexlException.Operator

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

public static class JexlException.Operator extends JexlException
Thrown when an operator fails.
Since:
3.0
See Also:
  • Constructor Details

    • Operator

      public Operator(org.apache.commons.jexl3.parser.JexlNode node, String symbol, Throwable cause)
      Creates a new Operator exception instance.
      Parameters:
      node - the location information
      symbol - the operator name
      cause - the exception causing the error
  • Method Details