org.schmant.tpm
Class TaskPackageNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.schmant.lang.SchmantException
                  extended by org.schmant.tpm.TaskPackageNotFoundException
All Implemented Interfaces:
Serializable

public class TaskPackageNotFoundException
extends SchmantException

This exception is thrown to signal that a task package could not be found.

Since:
0.5
Author:
Karl Gustafsson
See Also:
Serialized Form

Constructor Summary
TaskPackageNotFoundException(String s)
           
TaskPackageNotFoundException(Throwable t)
           
 
Method Summary
 
Methods inherited from class org.schmant.lang.SchmantException
testAndSetLogged
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskPackageNotFoundException

public TaskPackageNotFoundException(String s)

TaskPackageNotFoundException

public TaskPackageNotFoundException(Throwable t)