org.deri.iris.evaluation.topdown
Class MaximumRecursionDepthReachedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deri.iris.EvaluationException
org.deri.iris.evaluation.topdown.MaximumRecursionDepthReachedException
- All Implemented Interfaces:
- Serializable
public class MaximumRecursionDepthReachedException
- extends EvaluationException
Exception to be thrown at a certain nesting level. Used by top-down
evaluation strategies (SLD, SLDNF) to break out of infinite/very big
loops.
- Author:
- gigi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MaximumRecursionDepthReachedException
public MaximumRecursionDepthReachedException(String string)