org.junit.internal.runners
Class InitializationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.junit.internal.runners.InitializationError
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class InitializationError
extends Exception

See Also:
Serialized Form

Constructor Summary
InitializationError(List<Throwable> errors)
          Deprecated.  
InitializationError(String string)
          Deprecated.  
InitializationError(Throwable... errors)
          Deprecated.  
 
Method Summary
 List<Throwable> getCauses()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializationError

public InitializationError(List<Throwable> errors)
Deprecated. 

InitializationError

public InitializationError(Throwable... errors)
Deprecated. 

InitializationError

public InitializationError(String string)
Deprecated. 
Method Detail

getCauses

public List<Throwable> getCauses()
Deprecated.