org.activiti.engine.impl.juel
类 TreeBuilderException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.activiti.engine.impl.javax.el.ELException
                  继承者 org.activiti.engine.impl.juel.TreeBuilderException
所有已实现的接口:
Serializable

public class TreeBuilderException
extends ELException

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

作者:
Christoph Beck
另请参见:
序列化表格

构造方法摘要
TreeBuilderException(String expression, int position, String encountered, String expected, String message)
           
 
方法摘要
 String getEncountered()
           
 String getExpected()
           
 String getExpression()
           
 int getPosition()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

TreeBuilderException

public TreeBuilderException(String expression,
                            int position,
                            String encountered,
                            String expected,
                            String message)
方法详细信息

getExpression

public String getExpression()
返回:
the expression string

getPosition

public int getPosition()
返回:
the error position

getEncountered

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

getExpected

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


Copyright © 2013 Alfresco. All rights reserved.