org.schmant.task
Class TaskFailedException

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

public class TaskFailedException
extends SchmantException

This exception may be thrown by a task if it fails.

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

Constructor Summary
TaskFailedException(String msg)
           
TaskFailedException(String msg, Throwable t)
           
TaskFailedException(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

TaskFailedException

public TaskFailedException(String msg)

TaskFailedException

public TaskFailedException(Throwable t)

TaskFailedException

public TaskFailedException(String msg,
                           Throwable t)