public class InvalidObjectHandleException extends RuntimeException
JtfObjectHandle
is invalid. An object handle becomes invalid
if the referenced object in the application under test is destroyed. E.g.: If an window is closed all object handles that point to the
window itself or to objects within the window become invalid.Constructor and Description |
---|
InvalidObjectHandleException(String message)
Create an InvalidObjectHandleException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidObjectHandleException(String message)
message
- The message.
Copyright 2009-2012 Micro Focus. All Rights Reserved.