Class OutOfRangeException

All Implemented Interfaces:
Serializable

public class OutOfRangeException extends GeneralReplayException
Represents position not valid error that occur during when running a TE testing project.
See Also:
  • Constructor Details

    • OutOfRangeException

      public OutOfRangeException(TestObject testObject, String message)
      Constructs a new OutOfRangeException with the test object
      Parameters:
      testObject - the test object.
      message - the detail message.
    • OutOfRangeException

      public OutOfRangeException(TestObject testObject, int errorCode, String message)
      Constructs a new OutOfRangeException with the test object and the specified detail message and error code.
      Parameters:
      testObject - the test object.
      errorCode - the error code representing the error that occurred.
      message - the detail message.