类 ForestVariableUndefinedException

所有已实现的接口:
Serializable

public class ForestVariableUndefinedException extends ForestRuntimeException
Forest变量未定义异常
从以下版本开始:
v1.5.0
作者:
gongjun[dt_flys@hotmail.com]
另请参阅:
  • 构造器详细资料

    • ForestVariableUndefinedException

      public ForestVariableUndefinedException(String variableName)
    • ForestVariableUndefinedException

      public ForestVariableUndefinedException(String variableName, String source)
    • 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

      public String getVariableName()
    • getSource

      public String getSource()