com.hp.lft.sdk

Class InvalidFormatException

  • All Implemented Interfaces:
    java.io.Serializable


    public class InvalidFormatException
    extends GeneralLeanFtException
    The exception that is thrown when a message with an invalid format is received by the UFT Developer server.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • InvalidFormatException

        public InvalidFormatException()
        Constructs a new InvalidFormatException.
      • InvalidFormatException

        public InvalidFormatException(java.lang.String message)
        Constructs a new InvalidFormatException with the specified detail message.
        Parameters:
        message - the detail message.
      • InvalidFormatException

        public InvalidFormatException(int errorCode,
                                      java.lang.String message)
        Constructs a new InvalidFormatException with the specified detail message and error code.
        Parameters:
        errorCode - the error code representing the error that occurred.
        message - the detail message.