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.ExceptionParse exception type- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Stringencountered(package private) java.lang.Stringexpected(package private) intposition
-
Constructor Summary
Constructors Constructor Description ParseException(int position, java.lang.String encountered, java.lang.String expected)
-