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