Package com.hp.lft.sdk
Class ReplayBrowserNotInstalledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.GeneralReplayException
com.hp.lft.sdk.ReplayBrowserNotInstalledException
- All Implemented Interfaces:
Serializable
The exception that is thrown when the browser type requested to launch is not installed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new ReplayBrowserNotInstalledException.ReplayBrowserNotInstalledException(String message) Constructs a new ReplayBrowserNotInstalledException with the specified detail message. -
Method Summary
Methods inherited from class com.hp.lft.sdk.GeneralReplayException
getTestObjectMethods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReplayBrowserNotInstalledException
public ReplayBrowserNotInstalledException()Constructs a new ReplayBrowserNotInstalledException. -
ReplayBrowserNotInstalledException
Constructs a new ReplayBrowserNotInstalledException with the specified detail message.- Parameters:
message- the detail message.
-