CanceledException
public
abstract
class
CanceledException
extends Object
| java.lang.Object | |
| ↳ | com.android.ddmlib.CanceledException |
Abstract exception for exception that can be thrown when a user input cancels the action.
wasCanceled() returns whether the action was canceled because of user input.
Summary
Public methods | |
|---|---|
abstract
boolean
|
wasCanceled()
Returns true if the action was canceled by user input. |
Public methods
wasCanceled
public abstract boolean wasCanceled ()
Returns true if the action was canceled by user input.
| Returns | |
|---|---|
boolean |
|