com.sodius.mdw.core.eval
Class NoSuchProjectResourceException
java.lang.Object
FilteredRuntimeException
com.sodius.mdw.core.eval.InvalidCallException
com.sodius.mdw.core.eval.NoSuchProjectResourceException
public class NoSuchProjectResourceException
- extends InvalidCallException
Thrown when a referenced text template or rule set does not exist.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoSuchProjectResourceException
public NoSuchProjectResourceException(String message)
- Constructs an
NoSuchProjectResourceException with the specified detail message.
- Parameters:
message - the detail message.