Class ReplayObjectNotVisibleException

All Implemented Interfaces:
Serializable

public class ReplayObjectNotVisibleException extends GeneralReplayException
The exception that is thrown when a test object with the given description is not visible in the AUT.
See Also:
  • Constructor Details

    • ReplayObjectNotVisibleException

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

      public ReplayObjectNotVisibleException(TestObject testObject, String message)
      Constructs a new ReplayObjectNotVisibleException 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.
    • ReplayObjectNotVisibleException

      public ReplayObjectNotVisibleException(TestObject testObject, int errorCode, String message)
      Constructs a new ReplayObjectNotVisibleException 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.