Package uk.ac.starlink.task
Class TaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.ac.starlink.task.TaskException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbortException
,ExecutionException
,UsageException
Superclass for exceptions in the task package.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskException
(String msg) TaskException
(String msg, Throwable cause) TaskException
(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
-
TaskException
public TaskException() -
TaskException
-
TaskException
-
TaskException
-