org.squashtest.csp.tm.domain
Class CompositeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.squashtest.csp.tm.domain.CompositeException
- All Implemented Interfaces:
- Serializable
public class CompositeException
- extends RuntimeException
Composite exception. All component exceptions must be of the same type.
- Author:
- Gregory Fouquet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CompositeException
public CompositeException(List<T> exceptions)
getExceptions
public List<?> getExceptions()
- Returns:
- unmodifiable view of exceptions.
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.