public abstract class CanceledException
extends java.lang.Exception
wasCanceled() returns whether the action was canceled because of user input.
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
wasCanceled()
Returns true if the action was canceled by user input.
|