org.deri.iris
Class RuleUnsafeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deri.iris.EvaluationException
              extended by org.deri.iris.RuleUnsafeException
All Implemented Interfaces:
Serializable

public class RuleUnsafeException
extends EvaluationException

Indicates that evaluation could not continue, because of an unsafe rule.

See Also:
Serialized Form

Constructor Summary
RuleUnsafeException(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

RuleUnsafeException

public RuleUnsafeException(String message)
Constructor.

Parameters:
message - The exception message.