Class GeneralReplayException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ErrorFieldProtectedException, HllapiNotFoundException, HllapiOperationNotSupportedException, IllegalOperationException, ItemNotFoundException, MobileReplayException, NoConnectionException, ObjectCookieNotFoundException, OutOfRangeException, ReplayArgumentOutOfRangeException, ReplayBrowserNotInstalledException, ReplayItemNotFoundException, ReplayItemNotUniqueException, ReplayObjectDisabledException, ReplayObjectNotFoundException, ReplayObjectNotUniqueException, ReplayObjectNotVisibleException, ReplayParentMissingException, ReplayTimeoutException, RuleNotFoundException, TextTooLongException, UndefinedKeyCombinationException

public class GeneralReplayException extends GeneralLeanFtException
Represents general errors that occur during replay stage of the application.
See Also:
  • Constructor Details

    • GeneralReplayException

      public GeneralReplayException(TestObject testObject)
      Constructs a new GeneralReplayException with the test object, on which the replay failed.
      Parameters:
      testObject - the test object, on which the replay failed.
    • GeneralReplayException

      public GeneralReplayException(TestObject testObject, String message)
      Constructs a new GeneralReplayException with the test object, on which the replay failed and the specified detail message.
      Parameters:
      testObject - the test object, on which the replay failed.
      message - the detail message.
    • GeneralReplayException

      public GeneralReplayException(TestObject testObject, int errorCode, String message)
      Constructs a new GeneralReplayException with the test object, on which the replay failed and the specified detail message and error code.
      Parameters:
      testObject - the test object, on which the replay failed.
      errorCode - the error code representing the error that occurred.
      message - the detail message.
  • Method Details

    • getTestObject

      public TestObject getTestObject()
      Returns the test object, on which the replay failed.
      Returns:
      the test object, on which the replay failed.