org.matheclipse.core.eval.exception
Class RecursionLimitExceeded
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.matheclipse.parser.client.math.MathException
-
- org.matheclipse.core.eval.exception.RecursionLimitExceeded
-
- All Implemented Interfaces:
- java.io.Serializable
public class RecursionLimitExceeded extends MathException
Exception which will be thrown, if the recursion limit of the evaluation stack was exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RecursionLimitExceeded(int limit, IExpr expr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetMessage()static voidthrowIt(int limit, IExpr expr)
-
DMelt 3.0 © DataMelt by jWork.ORG