public class TestCompletedException extends JemmyException
| Constructor and Description |
|---|
TestCompletedException(int st,
Exception ex)
Constructor.
|
TestCompletedException(int st,
String description)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus()
Returns status.
|
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic TestCompletedException(int st,
Exception ex)
st - Exit status.ex - Exception provoked test failure.public TestCompletedException(int st,
String description)
st - Exit status.description - Failure reason