IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft
Class RationalTestManualModeError

java.lang.Object   extended by java.lang.Throwable       extended by java.lang.Error           extended by com.rational.test.ft.RationalTestError
              extended by com.rational.test.ft.script.RationalTestScriptError
                  extended by com.rational.test.ft.RationalTestManualModeError
All Implemented Interfaces:
IRationalThrowable, java.io.Serializable

public class RationalTestManualModeError
extends RationalTestScriptError

See Also:
Serialized Form

Constructor Summary
RationalTestManualModeError(java.lang.Throwable e, java.lang.String errorName, java.lang.String errorMessage, java.lang.String scriptName, int line, java.lang.String stackTrace)
           
 
Method Summary
 java.lang.Throwable getRealException()
           
 java.lang.String toString()
          Returns a descriptive String.
 
Methods inherited from class com.rational.test.ft.script.RationalTestScriptError
getErrorName, getlineNumber, getScriptName, getStackTraceString
 
Methods inherited from class com.rational.test.ft.RationalTestError
fillinCombinedStackTrace, getClassName, getContextDescription, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, throwIt
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RationalTestManualModeError

public RationalTestManualModeError(java.lang.Throwable e,                                    java.lang.String errorName,                                    java.lang.String errorMessage,                                    java.lang.String scriptName,                                    int line,                                    java.lang.String stackTrace)
Method Detail

toString

public java.lang.String toString()
Description copied from class: RationalTestScriptError
Returns a descriptive String.

Overrides:
toString in class RationalTestScriptError

getRealException

public java.lang.Throwable getRealException()