Package uk.ac.starlink.task
Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.task.TaskException
uk.ac.starlink.task.AbortException
- All Implemented Interfaces:
Serializable
Exception generated when the user signals an intention to abort a task.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbortException
(String msg) AbortException
(String msg, Throwable cause) AbortException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortException
public AbortException() -
AbortException
-
AbortException
-
AbortException
-