public class MultipleExecutionException
extends java.lang.Exception
| Constructor and Description |
|---|
MultipleExecutionException(java.util.List<?> results,
java.util.List<java.util.concurrent.ExecutionException> exceptions)
Construct an exception with the (partial) results and all exceptions encountered during execution.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.concurrent.ExecutionException> |
getExceptions()
Get all exceptions encountered during execution.
|
java.util.List<?> |
getResults()
Get the results obtained so far.
|
public MultipleExecutionException(java.util.List<?> results,
java.util.List<java.util.concurrent.ExecutionException> exceptions)
results - the results obtained so farexceptions - all exceptions encountered during executionpublic java.util.List<?> getResults()
public java.util.List<java.util.concurrent.ExecutionException> getExceptions()