net.sourceforge.basher
Class TaskFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.basher.BasherException
                  extended by net.sourceforge.basher.TaskFailedException
All Implemented Interfaces:
Serializable

public class TaskFailedException
extends BasherException

Version:
1.0
Author:
Johan Lindquist
See Also:
Serialized Form

Constructor Summary
TaskFailedException(String reason, Throwable throwable)
          Creates a new TaskFailedException, wrapping the reason and possible cause of the task failing.
 
Method Summary
 boolean equals(Object object)
          
 
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, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskFailedException

public TaskFailedException(String reason,
                           Throwable throwable)
Creates a new TaskFailedException, wrapping the reason and possible cause of the task failing.

Parameters:
reason - The reason for the failure
throwable - The (optional) cause of the failure.
Method Detail

equals

public boolean equals(Object object)
Description copied from class: BasherException

Overrides:
equals in class BasherException


Copyright © 2006-2010 Basher Team. All Rights Reserved.