org.schmant.tpm
Class NoSuchEnabledTaskPackageException

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.NoSuchEnabledTaskPackageException
All Implemented Interfaces:
Serializable

public class NoSuchEnabledTaskPackageException
extends SchmantException

This exception is thrown when the client requests operations on task packages that have not been enabled yet.

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

Constructor Summary
NoSuchEnabledTaskPackageException(String name)
           
 
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

NoSuchEnabledTaskPackageException

public NoSuchEnabledTaskPackageException(String name)