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:
java.io.Serializable

public class MultipleFailureException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
MultipleFailureException(java.util.List<java.lang.Throwable> errors)
           
 
Method Summary
static void assertEmpty(java.util.List<java.lang.Throwable> errors)
           
 java.util.List<java.lang.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultipleFailureException

public MultipleFailureException(java.util.List<java.lang.Throwable> errors)
Method Detail

getFailures

public java.util.List<java.lang.Throwable> getFailures()

assertEmpty

public static void assertEmpty(java.util.List<java.lang.Throwable> errors)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable