public class MultiException extends RuntimeException
| Constructor and Description |
|---|
MultiException(List<Throwable> errors) |
MultiException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2023. All rights reserved.