Package org.camunda.bpm.impl.juel
Class TreeBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.el.ELException
org.camunda.bpm.impl.juel.TreeBuilderException
- All Implemented Interfaces:
- Serializable
public class TreeBuilderException
extends jakarta.el.ELException
Exception type thrown in build phase (scan/parse).
- Author:
- Christoph Beck
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionTreeBuilderException(String expression, int position, String encountered, String expected, String message) 
- 
Method SummaryModifier and TypeMethodDescriptionintMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TreeBuilderException
 
- 
- 
Method Details- 
getExpression- Returns:
- the expression string
 
- 
getPositionpublic 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
 
 
-