DemoInterruptedException
public class TestCompletedException extends JemmyException
Constructor | Description |
---|---|
TestCompletedException(int st,
java.lang.Exception ex) |
Constructor.
|
TestCompletedException(int st,
java.lang.String description) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getStatus() |
Returns status.
|
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
public TestCompletedException(int st, java.lang.Exception ex)
st
- Exit status.ex
- Exception provoked test failure.public TestCompletedException(int st, java.lang.String description)
st
- Exit status.description
- Failure reason