public class JemmyException extends RuntimeException
| Constructor and Description |
|---|
JemmyException(String description)
Constructor.
|
JemmyException(String description,
Object object)
Constructor.
|
JemmyException(String description,
Throwable innerException)
Constructor.
|
JemmyException(String description,
Throwable innerException,
Object object)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getObject()
Returns "object" constructor parameter.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JemmyException(String description)
description - An exception description.public JemmyException(String description, Throwable innerException)
description - An exception description.innerException - Exception from code invoked from jemmy.public JemmyException(String description, Object object)
description - An exception description.object - Object regarding which exception is thrown.public Object getObject()
Copyright © 2019. All rights reserved.