Serializablepublic class InitializationError extends Exception
| Constructor | Description |
|---|---|
InitializationError(String string) |
Construct a new
InitializationError with one cause
with message string |
InitializationError(Throwable error) |
|
InitializationError(List<Throwable> errors) |
Construct a new
InitializationError with one or more
errors errors as causes |
| Modifier and Type | Method | Description |
|---|---|---|
List<Throwable> |
getCauses() |
Returns one or more Throwables that led to this initialization error.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InitializationError(List<Throwable> errors)
InitializationError with one or more
errors errors as causespublic InitializationError(Throwable error)
public InitializationError(String string)
InitializationError with one cause
with message stringCopyright © 2002–2018 JUnit. All rights reserved.