|
||||||||||
| 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.impl.TaskManagerException
public class TaskManagerException
| Constructor Summary | |
|---|---|
TaskManagerException(java.lang.String reason,
java.lang.Throwable cause)
Creates a new BasherException instance. |
|
| Method Summary |
|---|
| Methods inherited from class net.sourceforge.basher.BasherException |
|---|
equals |
| 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 TaskManagerException(java.lang.String reason,
java.lang.Throwable cause)
BasherException instance.
reason - The message describing the reason for the failure.cause - The actual exception which caused the failure.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||