|
APTCONVERT 1.1 | ||||||||
| 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
fr.pixware.util.JobCanceledException
public class JobCanceledException
Thrown by a source if its invoker wishes to cancel the job in progress.
JobInvoker,
Serialized Form| Constructor Summary | |
|---|---|
JobCanceledException(java.lang.Object source)
Constructs an exception with a reference to the object that was doing the lengthy job. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getSource()
Returns the object that was doing the job. |
| 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobCanceledException(java.lang.Object source)
source - the object that was doing the job| Method Detail |
|---|
public java.lang.Object getSource()
|
APTCONVERT 1.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||