com.sodius.mdw.core.eval
Class InvalidCallException
java.lang.Object
FilteredRuntimeException
com.sodius.mdw.core.eval.InvalidCallException
- Direct Known Subclasses:
- AmbiguousScriptException, NoSuchProjectResourceException, NoSuchRuleException, NoSuchScriptException
public class InvalidCallException
- extends FilteredRuntimeException
Thrown when a reference to an evaluable element (template, rule or script) is invalid.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvalidCallException
public InvalidCallException(String message)
- Constructs an
InvalidCallException with the specified detail message.
- Parameters:
message - the detail message.
InvalidCallException
public InvalidCallException(String message,
Throwable cause)
- Constructs an
InvalidCallException with the specified detail message and cause.
- Parameters:
message - the detail message.cause - the cause.