public class ExecutionException extends RuntimeException
getThrownExceptions()
.Constructor and Description |
---|
ExecutionException(Map<Thread,List<Exception>> exceptions) |
Modifier and Type | Method and Description |
---|---|
Map<Thread,List<Exception>> |
getThrownExceptions()
Returns all exceptions thrown within the execution.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015–2020. All rights reserved.