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
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.Throwable>
fErrors
Deprecated.private static long
serialVersionUID
Deprecated.
-
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.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
fErrors
private final java.util.List<java.lang.Throwable> fErrors
Deprecated.
-
-