public class LogCaptureRuleException extends RuntimeException
LogCaptureRule.| Constructor and Description |
|---|
LogCaptureRuleException(String lastLoggedErrorMessage) |
LogCaptureRuleException(String lastLoggedErrorMessage,
Throwable lastLoggedErrorThrowable) |
LogCaptureRuleException(String lastLoggedErrorMessage,
Throwable lastLoggedErrorThrowable,
Throwable testFailingThrowable) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
This is the same as
getLastLoggedThrowable(). |
Optional<Throwable> |
getLastLoggedThrowable() |
Optional<Throwable> |
getTestFailingThrowable() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019 OpenDaylight. All rights reserved.