public class LTModelException
extends com.ibm.rational.test.common.models.behavior.exceptions.CommonModelException
Modifier and Type | Field and Description |
---|---|
static int |
E_FEATURE_UNKNOWN
The test contains a feature that is not installed.
|
static int |
E_MISSING_FEATURES
A feature being used is not installed.
|
Constructor and Description |
---|
LTModelException(int type,
String data,
Exception e)
Creates an LTModelException with the
type of exception,
any data that can be used by the consumer of this exception and
the underlying exception |
getCode, getStatus, getWrappedException
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
© Copyright IBM Corp. 2013. All rights reserved.