org.deri.iris
Class ProgramNotStratifiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deri.iris.EvaluationException
org.deri.iris.ProgramNotStratifiedException
- All Implemented Interfaces:
- Serializable
public class ProgramNotStratifiedException
- extends EvaluationException
Indicates that evaluation could not continue, because of the logic
program is not stratified.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProgramNotStratifiedException
public ProgramNotStratifiedException(String message)
- Constructor.
- Parameters:
message - The exception message.