com.hp.lft.sdk.te

Class HllapiNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable


    public class HllapiNotFoundException
    extends GeneralReplayException
    Represents the HLLAPI Not Found error that occurs when running a UFT Developer TE testing project.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructor and Description
      HllapiNotFoundException(TestObject testObject, int errorCode, java.lang.String message)
      Constructs a new HllapiNotFoundException with the test object the specified detail message and error code.
      HllapiNotFoundException(TestObject testObject, java.lang.String message)
      Constructs a new HllapiNotFoundException 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

      • HllapiNotFoundException

        public HllapiNotFoundException(TestObject testObject,
                                       java.lang.String message)
        Constructs a new HllapiNotFoundException with the test object.
        Parameters:
        testObject - the test object.
        message - the detailed message.
      • HllapiNotFoundException

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