org.deri.iris
Class ProgramNotStratifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deri.iris.EvaluationException
              extended by 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

Constructor Summary
ProgramNotStratifiedException(String message)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgramNotStratifiedException

public ProgramNotStratifiedException(String message)
Constructor.

Parameters:
message - The exception message.