Class VariableIndexOutOfBoundException

All Implemented Interfaces:
Serializable

public class VariableIndexOutOfBoundException extends VariableEvaluationException
Exception thrown when the variable index is out of bound of the current Variable count.
See Also:
  • Constructor Details

    • VariableIndexOutOfBoundException

      public VariableIndexOutOfBoundException(int index, int bound)
  • Method Details

    • getBound

      public int getBound()