public class CompositeDomainException extends RuntimeException
| Constructor and Description |
|---|
CompositeDomainException(List<? extends DomainException> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
List<DomainException> |
getExceptions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CompositeDomainException(List<? extends DomainException> exceptions)
public List<DomainException> getExceptions()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.