com.hp.lft.sdk.te

Class OutOfRangeException

  • All Implemented Interfaces:
    java.io.Serializable


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

      Constructor and Description
      OutOfRangeException(TestObject testObject, int errorCode, java.lang.String message)
      Constructs a new OutOfRangeException with the test object and the specified detail message and error code.
      OutOfRangeException(TestObject testObject, java.lang.String message)
      Constructs a new OutOfRangeException with the test object
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OutOfRangeException

        public OutOfRangeException(TestObject testObject,
                                   java.lang.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,
                                   java.lang.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.