IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.models.behavior.exceptions
Class LTModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.rational.test.common.models.behavior.exceptions.CommonModelException
                  extended by 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

Field Summary
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.
 
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
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.