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.ExceptionScan 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 ScanException(int position, java.lang.String encountered, java.lang.String expected)
-