{@code UncheckedExecutionException} is intended as an alternative to{@code ExecutionException} when the exception thrown by a task is anunchecked exception. However, it may also wrap a checked exception in some cases.
When wrapping an {@code Error} from another thread, prefer {@link ExecutionError}. When wrapping a checked exception, prefer {@code ExecutionException}. @author Charles Fry @since 10.0
{@code UncheckedExecutionException} is intended as an alternative to{@code ExecutionException} when the exception thrown by a task is anunchecked exception. This allows the client code to continue to distinguish between checked and unchecked exceptions, even when they come from other threads.
When wrapping an {@code Error} from another thread, prefer {@link ExecutionError}. @author fry@google.com (Charles Fry) @since Guava release 10
{@code UncheckedExecutionException} is intended as an alternative to{@code ExecutionException} when the exception thrown by a task is anunchecked exception. However, it may also wrap a checked exception in some cases.
When wrapping an {@code Error} from another thread, prefer {@link ExecutionError}. When wrapping a checked exception, prefer {@code ExecutionException}. @author Charles Fry @since 10.0
{@code UncheckedExecutionException} is intended as an alternative to{@code ExecutionException} when the exception thrown by a task is anunchecked exception. However, it may also wrap a checked exception in some cases.
When wrapping an {@code Error} from another thread, prefer {@link ExecutionError}. When wrapping a checked exception, prefer {@code ExecutionException}. @author Charles Fry @since 10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|