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.
@Deprecated
public class InitializationError
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InitializationError
public InitializationError(List<Throwable> errors)
- Deprecated.
InitializationError
public InitializationError(Throwable... errors)
- Deprecated.
InitializationError
public InitializationError(String string)
- Deprecated.
getCauses
public List<Throwable> getCauses()
- Deprecated.