com.sodius.mdw.core.eval
Class NoSuchRuleException
java.lang.Object
FilteredRuntimeException
com.sodius.mdw.core.eval.InvalidCallException
com.sodius.mdw.core.eval.NoSuchRuleException
public class NoSuchRuleException
- extends InvalidCallException
Thrown when a referenced rule does not exist.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoSuchRuleException
public NoSuchRuleException(String message)
- Constructs an
NoSuchRuleException with the specified detail message.
- Parameters:
message - the detail message.