Class IterationLimitExceeded

  • All Implemented Interfaces:
    Serializable

    public class IterationLimitExceeded
    extends LimitException
    Exception which will be thrown, if the iteration limit of the evaluation loop was exceeded.
    See Also:
    Serialized Form
    • Constructor Detail

      • IterationLimitExceeded

        public IterationLimitExceeded​(long limit,
                                      IExpr expr)
    • Method Detail

      • throwIt

        public static void throwIt​(long iterationCounter,
                                   IExpr expr)