Package org.junit.internal.runners.model
Class MultipleFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.runners.model.MultipleFailureException
-
- org.junit.internal.runners.model.MultipleFailureException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class MultipleFailureException extends MultipleFailureException
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleFailureException(List<Throwable> errors)
Deprecated.
-
Method Summary
-
Methods inherited from class org.junit.runners.model.MultipleFailureException
assertEmpty, getFailures, getMessage, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-