Class ReplayArgumentOutOfRangeException

All Implemented Interfaces:
Serializable

public class ReplayArgumentOutOfRangeException extends GeneralReplayException
The exception that is thrown when the value of an argument to a method is outside the allowable range of values, as defined by the invoked replay method.
See Also:
  • Constructor Details

    • ReplayArgumentOutOfRangeException

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

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

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