public class IgnoredException extends Object
| Constructor and Description |
|---|
IgnoredException(Throwable throwable,
long elapsedTimeInMS,
long remainingTimeInMS,
String alias) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
long |
getElapsedTimeInMS() |
long |
getRemainingTimeInMS() |
Throwable |
getThrowable() |
Copyright © 2010–2022. All rights reserved.