net.sourceforge.basher
Class BasherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.basher.BasherException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TaskFailedException, TaskManagerException, TaskNotRunException

public class BasherException
extends RuntimeException

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

Constructor Summary
BasherException(String reason, Throwable cause)
          Creates a new BasherException instance.
 
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

BasherException

public BasherException(String reason,
                       Throwable cause)
Creates a new BasherException instance.

Parameters:
reason - The message describing the reason for the failure.
cause - The actual exception which caused the failure.
Method Detail

equals

public boolean equals(Object object)

Overrides:
equals in class Object


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