com.hp.lft.sdk

Class DescriptionException

    • Constructor Summary

      Constructor and Description
      DescriptionException(DescriptionBase testObjectDescription)
      Constructs a new DescriptionException with the description, in which the error has occurred.
      DescriptionException(DescriptionBase testObjectDescription, java.lang.String message)
      Constructs a new DescriptionException with the description, in which the error has occurred and a specified detail message.
    • Method Summary

      Modifier and TypeMethod and Description
      DescriptionBasegetDescription()
      Returns the description, in which the error has occurred.
      • 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

      • DescriptionException

        public DescriptionException(DescriptionBase testObjectDescription)
        Constructs a new DescriptionException with the description, in which the error has occurred.
        Parameters:
        testObjectDescription - the description, in which the error has occurred.
      • DescriptionException

        public DescriptionException(DescriptionBase testObjectDescription,
                                    java.lang.String message)
        Constructs a new DescriptionException with the description, in which the error has occurred and a specified detail message.
        Parameters:
        testObjectDescription - the description, in which the error has occurred.
        message - the detail message
    • Method Detail

      • getDescription

        public DescriptionBase getDescription()
        Returns the description, in which the error has occurred.
        Returns:
        the description, in which the error has occurred.