Class TaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.pfaff.altargui.util.TaskException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TaskException.Cancelled
,TaskException.Failed
public abstract sealed class TaskException
extends RuntimeException
permits TaskException.Failed, TaskException.Cancelled
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Constructor Summary
ConstructorsConstructorDescriptionTaskException
(String message) TaskException
(String message, 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
-