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