com.sodius.mdw.core.eval
Class InvalidCallException

java.lang.Object
  extended by FilteredRuntimeException
      extended by 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.


Constructor Summary
InvalidCallException(String message)
          Constructs an InvalidCallException with the specified detail message.
InvalidCallException(String message, Throwable cause)
          Constructs an InvalidCallException with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.