org.junit.internal.runners.model
Class MultipleFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.junit.internal.runners.model.MultipleFailureException
All Implemented Interfaces:
Serializable

public class MultipleFailureException
extends Exception

See Also:
Serialized Form

Constructor Summary
MultipleFailureException(List<Throwable> errors)
           
 
Method Summary
static void assertEmpty(List<Throwable> errors)
           
 List<Throwable> getFailures()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleFailureException

public MultipleFailureException(List<Throwable> errors)
Method Detail

getFailures

public List<Throwable> getFailures()

assertEmpty

public static void assertEmpty(List<Throwable> errors)
                        throws Throwable
Throws:
Throwable