Package de.odysseus.el.tree.impl
Class Scanner.ScanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.odysseus.el.tree.impl.Scanner.ScanException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Scanner
public static class Scanner.ScanException extends java.lang.Exception
Scan 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 ScanException(int position, java.lang.String encountered, java.lang.String expected)
-