net.sourceforge.basher
Class TaskNotRunException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.basher.BasherException
net.sourceforge.basher.TaskNotRunException
- All Implemented Interfaces:
- Serializable
public class TaskNotRunException
- extends BasherException
- Version:
- 1.0
- Author:
- Johan Lindquist
- See Also:
- Serialized Form
Constructor Summary |
TaskNotRunException(String reason)
Creates a new TaskFailedException , wrapping the reason why the task was not run. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TaskNotRunException
public TaskNotRunException(String reason)
- Creates a new
TaskFailedException
, wrapping the reason why the task was not run.
- Parameters:
reason
- The reason for the task not running
equals
public boolean equals(Object object)
- Description copied from class:
BasherException
-
- Overrides:
equals
in class BasherException
Copyright © 2006-2010 Basher Team. All Rights Reserved.