Package de.odysseus.el.tree.impl
Class Parser.ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.odysseus.el.tree.impl.Parser.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Parser
public static class Parser.ParseException extends java.lang.Exception
Parse exception type- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
encountered
(package private) java.lang.String
expected
(package private) int
position
-
Constructor Summary
Constructors Constructor Description ParseException(int position, java.lang.String encountered, java.lang.String expected)
-