Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 string
Copyright © 2002–2018 JUnit. All rights reserved.