类 VariableTypeException

  • 所有已实现的接口:
    java.io.Serializable

    public class VariableTypeException
    extends VariableEvaluationException
    Exception thrown when the type in a variable does not match the expected type.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • VariableTypeException

        public VariableTypeException​(int index,
                                     Value foundValue,
                                     java.lang.String expectedType,
                                     java.lang.Throwable cause)
    • 方法详细资料

      • getExpectedType

        public java.lang.String getExpectedType()
      • getFoundValue

        public Value getFoundValue()