Package it.unive.lisa.util.numeric
Class InfiniteIterationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- it.unive.lisa.util.numeric.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-finiteIntInterval
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InfiniteIterationException(IntInterval i)
Builds the exception.
-
-
-
Constructor Detail
-
InfiniteIterationException
public InfiniteIterationException(IntInterval i)
Builds the exception.- Parameters:
i
- the non-finite interval on which some iterates
-
-