Package org.junit.internal.runners
Class InitializationError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.junit.internal.runners.InitializationError
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class InitializationError extends java.lang.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(java.lang.String string)
Deprecated.InitializationError(java.lang.Throwable... errors)
Deprecated.InitializationError(java.util.List<java.lang.Throwable> errors)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<java.lang.Throwable>
getCauses()
Deprecated.
-