Class VariableIndexOutOfBoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • VariableIndexOutOfBoundException

        public VariableIndexOutOfBoundException​(int index,
                                                int bound)
    • Method Detail

      • getBound

        public int getBound()