org.camunda.bpm.engine.impl.juel
Class TreeBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.impl.javax.el.ELException
                      extended by org.camunda.bpm.engine.impl.juel.TreeBuilderException
All Implemented Interfaces:
Serializable

public class TreeBuilderException
extends ELException

Exception type thrown in build phase (scan/parse).

Author:
Christoph Beck
See Also:
Serialized Form

Constructor Summary
TreeBuilderException(String expression, int position, String encountered, String expected, String message)
           
 
Method Summary
 String getEncountered()
           
 String getExpected()
           
 String getExpression()
           
 int getPosition()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeBuilderException

public TreeBuilderException(String expression,
                            int position,
                            String encountered,
                            String expected,
                            String message)
Method Detail

getExpression

public String getExpression()
Returns:
the expression string

getPosition

public int getPosition()
Returns:
the error position

getEncountered

public String getEncountered()
Returns:
the substring (or description) that has been encountered

getExpected

public String getExpected()
Returns:
the substring (or description) that was expected


Copyright © 2018 camunda services GmbH. All rights reserved.