Package de.odysseus.el.tree
Class TreeBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.el.ELException
de.odysseus.el.tree.TreeBuilderException
- All Implemented Interfaces:
Serializable
public class TreeBuilderException
extends javax.el.ELException
Exception type thrown in build phase (scan/parse).
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTreeBuilderException
(String expression, int position, String encountered, String expected, String message) -
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
expression
-
position
private final int position -
encountered
-
expected
-
-
Constructor Details
-
TreeBuilderException
-
-
Method Details
-
getExpression
- Returns:
- the expression string
-
getPosition
public int getPosition()- Returns:
- the error position
-
getEncountered
- Returns:
- the substring (or description) that has been encountered
-
getExpected
- Returns:
- the substring (or description) that was expected
-