com.sodius.mdw.core.eval
Class NoSuchScriptException

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

public class NoSuchScriptException
extends InvalidCallException

Thrown when a referenced script does not exist.


Constructor Summary
NoSuchScriptException(String message)
          Constructs an NoSuchScriptException 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

NoSuchScriptException

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

Parameters:
message - the detail message.