Class JexlException.Operator

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JexlException

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

      • Operator

        public Operator​(JexlNode node,
                        java.lang.String symbol,
                        java.lang.Throwable cause)
        Creates a new Operator exception instance.
        Parameters:
        node - the location information
        symbol - the operator name
        cause - the exception causing the error
    • Method Detail

      • detailedMessage

        protected java.lang.String detailedMessage()
        Description copied from class: JexlException
        Accesses detailed message.
        Overrides:
        detailedMessage in class JexlException
        Returns:
        the message
      • getSymbol

        public java.lang.String getSymbol()
        Returns:
        the method name