IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

com.rational.test.ft.script
Class RationalTestScriptShutdown

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.rational.test.ft.RationalTestError
              extended bycom.rational.test.ft.script.RationalTestScriptError
                  extended bycom.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)
           
 
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)