public class InitializationError extends Exception
| Constructor and Description |
|---|
InitializationError(List<Throwable> errors)
Construct a new
InitializationError with one or more
errors errors as causes |
InitializationError(String string)
Construct a new
InitializationError with one cause
with message string |
InitializationError(Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getCauses()
Returns one or more Throwables that led to this initialization error.
|
addSuppressed, 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 string