类 VariableIndexOutOfBoundException

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

    public class VariableIndexOutOfBoundException
    extends VariableEvaluationException
    Exception thrown when the variable index is out of bound of the current Variable count.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • VariableIndexOutOfBoundException

        public VariableIndexOutOfBoundException​(int index,
                                                int bound)
    • 方法详细资料

      • getBound

        public int getBound()