net.sourceforge.basher
Class TaskNotRunException

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.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.
 
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

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
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.