public class TearDownException extends RuntimeException
| Constructor and Description |
|---|
TearDownException(String message,
List<RuntimeException> exceptions) |
TearDownException(String message,
RuntimeException cause) |
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeException> |
getExceptions() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TearDownException(String message, List<RuntimeException> exceptions)
public TearDownException(String message, RuntimeException cause)
public List<RuntimeException> getExceptions()
Copyright © 2017. All rights reserved.