org.schmant.task
Class InvalidTaskConfigurationException

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

public class InvalidTaskConfigurationException
extends SchmantException

This exception is thrown from a task if its configuration is invalid.

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

Constructor Summary
InvalidTaskConfigurationException(Collection<? extends CharSequence> c)
           
InvalidTaskConfigurationException(String msg)
           
InvalidTaskConfigurationException(String msg, Throwable t)
           
InvalidTaskConfigurationException(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

InvalidTaskConfigurationException

public InvalidTaskConfigurationException(String msg)

InvalidTaskConfigurationException

public InvalidTaskConfigurationException(Collection<? extends CharSequence> c)

InvalidTaskConfigurationException

public InvalidTaskConfigurationException(Throwable t)

InvalidTaskConfigurationException

public InvalidTaskConfigurationException(String msg,
                                         Throwable t)