Class JexlException.Parsing

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JexlException.Ambiguous, JexlException.Assignment, JexlException.Feature
Enclosing class:
JexlException

public static class JexlException.Parsing extends JexlException
Thrown when parsing fails.
Since:
3.0
See Also:
  • Constructor Details

    • Parsing

      public Parsing(JexlInfo info, org.apache.commons.jexl3.parser.ParseException cause)
      Creates a new Parsing exception instance.
      Parameters:
      info - the location information
      cause - the javacc cause
    • Parsing

      public Parsing(JexlInfo info, String msg)
      Creates a new Parsing exception instance.
      Parameters:
      info - the location information
      msg - the message
  • Method Details