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

Project Version 2.3

com.rational.test.ft.script
Class RationalTestScriptShutdown

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.script.RationalTestScriptShutdown
All Implemented Interfaces:
IRationalThrowable, java.io.Serializable

public class RationalTestScriptShutdown
extends RationalTestScriptError

Generated when there is a hot-key press, which has the effect of shutting down the script playback.

Since:
RFT1.0
See Also:
Serialized Form

Constructor Summary
RationalTestScriptShutdown(java.lang.String errorName, java.lang.String errorMessage, java.lang.String scriptName, int line, java.lang.String stackTrace)
           
 
Method Summary
 
Methods inherited from class com.rational.test.ft.script.RationalTestScriptError
getErrorName, getlineNumber, getScriptName, getStackTraceString, toString
 
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

RationalTestScriptShutdown

public RationalTestScriptShutdown(java.lang.String errorName,                                   java.lang.String errorMessage,                                   java.lang.String scriptName,                                   int line,                                   java.lang.String stackTrace)