net.sourceforge.basher
Class TaskFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.basher.BasherException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 failurethrowable
- The (optional) cause of the failure.
equals
public boolean equals(Object object)
- Description copied from class:
BasherException
-
- Overrides:
equals
in class BasherException
Copyright © 2006-2010 Basher Team. All Rights Reserved.