类 ForestVariableUndefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.dtflys.forest.exceptions.ForestRuntimeException
com.dtflys.forest.exceptions.ForestVariableUndefinedException
- 所有已实现的接口:
Serializable
Forest变量未定义异常
- 从以下版本开始:
- v1.5.0
- 作者:
- gongjun[dt_flys@hotmail.com]
- 另请参阅:
-
构造器概要
构造器构造器说明ForestVariableUndefinedException(Class<? extends Annotation> annotationType, String attributeName, ForestMethod method, String variableName) ForestVariableUndefinedException(Class<? extends Annotation> annotationType, String attributeName, ForestMethod method, String variableName, String source) ForestVariableUndefinedException(String variableName) ForestVariableUndefinedException(String attributeName, ForestMethod method, String variableName) ForestVariableUndefinedException(String variableName, String source) -
方法概要
-
构造器详细资料
-
ForestVariableUndefinedException
-
ForestVariableUndefinedException
-
ForestVariableUndefinedException
public ForestVariableUndefinedException(String attributeName, ForestMethod method, String variableName) -
ForestVariableUndefinedException
public ForestVariableUndefinedException(Class<? extends Annotation> annotationType, String attributeName, ForestMethod method, String variableName) -
ForestVariableUndefinedException
public ForestVariableUndefinedException(Class<? extends Annotation> annotationType, String attributeName, ForestMethod method, String variableName, String source)
-
-
方法详细资料
-
getVariableName
-
getSource
-