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 SummaryConstructorsConstructorDescriptionVriDescriptionException(DescriptionBase testObjectDescription, String message) Constructs a new VriDescriptionException with the description, in which the error has occurred and a specified detail message.
- 
Method SummaryMethods inherited from class com.hp.lft.sdk.DescriptionExceptiongetDescriptionMethods inherited from class com.hp.lft.sdk.GeneralLeanFtExceptiongetErrorCodeMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VriDescriptionExceptionConstructs 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
 
 
-