org.squashtest.tm.exception
Class CompositeDomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.squashtest.tm.exception.CompositeDomainException
- All Implemented Interfaces:
- Serializable
public class CompositeDomainException
- extends RuntimeException
Composite exception. All component exceptions must be of the type DomainException
- Author:
- mpagnon
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompositeDomainException
public CompositeDomainException(List<DomainException> exceptions)
getExceptions
public List<DomainException> getExceptions()
- Returns:
- unmodifiable view of exceptions.
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.