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