Class InfiniteIterationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InfiniteIterationException
    extends java.lang.RuntimeException
    An exception throw when someone tries to iterate over a non-finite IntInterval.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InfiniteIterationException

        public InfiniteIterationException​(IntInterval i)
        Builds the exception.
        Parameters:
        i - the non-finite interval on which some iterates