Class Parser.ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.odysseus.el.tree.impl.Parser.ParseException
All Implemented Interfaces:
Serializable
Enclosing class:
Parser

public static class Parser.ParseException extends Exception
Parse exception type
Author:
Christoph Beck
See Also:
  • Constructor Details

    • ParseException

      public ParseException(int position, String encountered, String expected)