com.sodius.mdw.core.eval
Class AmbiguousScriptException
java.lang.Object
FilteredRuntimeException
com.sodius.mdw.core.eval.InvalidCallException
com.sodius.mdw.core.eval.AmbiguousScriptException
public class AmbiguousScriptException
- extends InvalidCallException
Thrown when the script call is ambiguous, i.e. the script is defined on more than one super type.
- See Also:
MDWObject.superScript(String)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AmbiguousScriptException
public AmbiguousScriptException(String message)
- Constructs an
AmbiguousScriptException with the specified detail message.
- Parameters:
message - the detail message.