public class MultipleExceptions extends RuntimeException
| Constructor and Description |
|---|
MultipleExceptions(Collection<Throwable> throwables) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Throwable> |
getErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipleExceptions(Collection<Throwable> throwables)
public Collection<Throwable> getErrors()
Copyright © 2013. All Rights Reserved.