com.sodius.mdw.core.eval
Class AmbiguousScriptException

java.lang.Object
  extended by FilteredRuntimeException
      extended by com.sodius.mdw.core.eval.InvalidCallException
          extended by 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)

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

AmbiguousScriptException

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

Parameters:
message - the detail message.