Class TaskCancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vividsolutions.jump.JUMPException
com.vividsolutions.jump.task.TaskCancelledException
- All Implemented Interfaces:
Serializable
a simple way to signal whatever was done down the line
was cancelled whereever this was thrown
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskCancelledException
public TaskCancelledException()
-