org.squashtest.tm.exception
Class CompositeDomainException

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

Constructor Summary
CompositeDomainException(List<DomainException> exceptions)
           
 
Method Summary
 List<DomainException> 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

CompositeDomainException

public CompositeDomainException(List<DomainException> exceptions)
Method Detail

getExceptions

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


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.