Package com.hp.lft.sdk
Class DescriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hp.lft.sdk.GeneralLeanFtException
com.hp.lft.sdk.DescriptionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VriDescriptionException
An Exception that is raised when errors are encountered in the description of test objects.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDescriptionException
(DescriptionBase testObjectDescription) Constructs a new DescriptionException with the description, in which the error has occurred.DescriptionException
(DescriptionBase testObjectDescription, String message) Constructs a new DescriptionException with the description, in which the error has occurred and a specified detail message. -
Method Summary
Modifier and TypeMethodDescriptionReturns the description, in which the error has occurred.Methods inherited from class com.hp.lft.sdk.GeneralLeanFtException
getErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DescriptionException
Constructs a new DescriptionException with the description, in which the error has occurred.- Parameters:
testObjectDescription
- the description, in which the error has occurred.
-
DescriptionException
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 Details
-
getDescription
Returns the description, in which the error has occurred.- Returns:
- the description, in which the error has occurred.
-