public static interface FragmentContext.ExecutorState
Modifier and Type | Method and Description |
---|---|
void |
fail(Throwable t)
Inform the executor if a exception occurs and fragment should be failed.
|
Throwable |
getFailureCause()
Deprecated.
|
boolean |
isFailed()
Deprecated.
|
boolean |
shouldContinue()
Whether execution should continue.
|
boolean shouldContinue()
void fail(Throwable t)
t
- The exception that occurred.@Deprecated boolean isFailed()
@Deprecated Throwable getFailureCause()
Copyright © 2016 The Apache Software Foundation. All rights reserved.