|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.numericalmethod.suanshu.parallel.MultipleExecutionException
public class MultipleExecutionException
This exception is thrown when any of the parallel tasks throws an exception during execution. This exception contains all the exceptions caught during execution.
| Constructor Summary | |
|---|---|
MultipleExecutionException(java.util.List<?> results,
java.util.List<java.util.concurrent.ExecutionException> exceptions)
|
|
| Method Summary | |
|---|---|
java.util.List<java.util.concurrent.ExecutionException> |
exceptions()
|
java.util.List<?> |
results()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MultipleExecutionException(java.util.List<?> results,
java.util.List<java.util.concurrent.ExecutionException> exceptions)
| Method Detail |
|---|
public java.util.List<?> results()
public java.util.List<java.util.concurrent.ExecutionException> exceptions()
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||