Class IterationLimitExceeded
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.matheclipse.parser.client.math.MathException
-
- org.matheclipse.core.eval.exception.SymjaMathException
-
- org.matheclipse.core.eval.exception.FlowControlException
-
- org.matheclipse.core.eval.exception.LimitException
-
- org.matheclipse.core.eval.exception.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 Summary
Constructors Constructor Description IterationLimitExceeded(long limit, IExpr expr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
static void
throwIt(long iterationCounter, IExpr expr)
-
Methods inherited from class org.matheclipse.core.eval.exception.SymjaMathException
fillInStackTrace, of
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IterationLimitExceeded
public IterationLimitExceeded(long limit, IExpr expr)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
throwIt
public static void throwIt(long iterationCounter, IExpr expr)
-
-