org.deri.iris
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deri.iris.EvaluationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MaximumRecursionDepthReachedException, ProgramNotStratifiedException, RuleUnsafeException
public class EvaluationException
- extends Exception
Indicates any problem that halts the evaluation process. Subclasses are expected for such
things as: unsafe rule detected, non-stratified negation, etc
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EvaluationException
public EvaluationException(String message)
- Constructor.
- Parameters:
message - The exception message.