|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.junit.runners.model.InitializationError
public class InitializationError
Represents one or more problems encountered while initializing a Runner
Constructor Summary | |
---|---|
InitializationError(java.util.List<java.lang.Throwable> errors)
Construct a new InitializationError with one or more
errors errors as causes |
|
InitializationError(java.lang.String string)
Construct a new InitializationError with one cause
with message string |
|
InitializationError(java.lang.Throwable error)
|
Method Summary | |
---|---|
java.util.List<java.lang.Throwable> |
getCauses()
Returns one or more Throwables that led to this initialization error. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InitializationError(java.util.List<java.lang.Throwable> errors)
InitializationError
with one or more
errors errors
as causes
public InitializationError(java.lang.Throwable error)
public InitializationError(java.lang.String string)
InitializationError
with one cause
with message string
Method Detail |
---|
public java.util.List<java.lang.Throwable> getCauses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |