Package org.junit.internal.runners
Class InitializationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.internal.runners.InitializationError
-
- All Implemented Interfaces:
Serializable
@Deprecated public class InitializationError extends Exception
Deprecated.Use the published version:InitializationError
This may disappear as soon as 1 April 2009- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InitializationError(String string)
Deprecated.InitializationError(Throwable... errors)
Deprecated.InitializationError(List<Throwable> errors)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<Throwable>
getCauses()
Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-