|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.basher.BasherException
net.sourceforge.basher.TaskFailedException
public class TaskFailedException
| Constructor Summary | |
|---|---|
TaskFailedException(java.lang.String reason,
java.lang.Throwable throwable)
Creates a new TaskFailedException, wrapping the reason and possible cause of the
task failing. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.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 |
|---|
public TaskFailedException(java.lang.String reason,
java.lang.Throwable throwable)
TaskFailedException, wrapping the reason and possible cause of the
task failing.
reason - The reason for the failurethrowable - The (optional) cause of the failure.| Method Detail |
|---|
public boolean equals(java.lang.Object object)
BasherException
equals in class BasherException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||