com.ibm.rational.test.lt.models.behavior.exceptions
Class LTModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.rational.test.common.models.behavior.exceptions.CommonModelException
com.ibm.rational.test.lt.models.behavior.exceptions.LTModelException
- All Implemented Interfaces:
- Serializable
public class LTModelException
- extends com.ibm.rational.test.common.models.behavior.exceptions.CommonModelException
- See Also:
- Serialized Form
Fields inherited from class com.ibm.rational.test.common.models.behavior.exceptions.CommonModelException |
E_BAD_TEST_PATH, E_BAD_TEST_TYPE, E_FAILED_LOADING, E_TEST_LATER_VERSION, NONE, status, wrappedException |
Constructor Summary |
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 |
Methods inherited from class com.ibm.rational.test.common.models.behavior.exceptions.CommonModelException |
getCode, getStatus, getWrappedException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
E_MISSING_FEATURES
public static final int E_MISSING_FEATURES
- A feature being used is not installed.
- See Also:
- Constant Field Values
E_FEATURE_UNKNOWN
public static final int E_FEATURE_UNKNOWN
- The test contains a feature that is not installed.
- See Also:
- Constant Field Values
LTModelException
public 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
© Copyright IBM Corp. 2012. All rights reserved.