Class JexlException.Parsing

    • Constructor Detail

      • Parsing

        public Parsing​(JexlInfo info,
                       ParseException cause)
        Creates a new Parsing exception instance.
        Parameters:
        info - the location information
        cause - the javacc cause
      • Parsing

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

      • detailedMessage

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