com.sodius.mdw.core.eval
Class NoSuchProjectResourceException

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

public class NoSuchProjectResourceException
extends InvalidCallException

Thrown when a referenced text template or rule set does not exist.


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

NoSuchProjectResourceException

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

Parameters:
message - the detail message.