com.sodius.mdw.core.eval
Class NoSuchRuleException

java.lang.Object
  extended by FilteredRuntimeException
      extended by com.sodius.mdw.core.eval.InvalidCallException
          extended by com.sodius.mdw.core.eval.NoSuchRuleException

public class NoSuchRuleException
extends InvalidCallException

Thrown when a referenced rule does not exist.


Constructor Summary
NoSuchRuleException(String message)
          Constructs an NoSuchRuleException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSuchRuleException

public NoSuchRuleException(String message)
Constructs an NoSuchRuleException with the specified detail message.

Parameters:
message - the detail message.