org.squashtest.csp.tm.domain
Class CompositeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CompositeException(List<T> exceptions)
           
 
Method Summary
 List<?> getExceptions()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompositeException

public CompositeException(List<T> exceptions)
Method Detail

getExceptions

public List<?> getExceptions()
Returns:
unmodifiable view of exceptions.


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.