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

Project Version 2.0

Uses of Class
com.rational.test.ft.RationalTestError

Packages that use RationalTestError
com.rational.test.ft The package com.rational.test.ft provides command line and base exception class hierarchy. 
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

Uses of RationalTestError in com.rational.test.ft
 

Subclasses of RationalTestError in com.rational.test.ft
 class UserStoppedScriptError
          Thrown when the stop-execution hotkey is pressed by the user, or when the script calls a Stop method.
 

Uses of RationalTestError in com.rational.test.ft.script
 

Subclasses of RationalTestError in com.rational.test.ft.script
 class RationalTestScriptError
          Thrown when a script ends due to an unhandled Error.
 class RationalTestScriptShutdown
          Generated when there is a hot-key press, which has the effect of shutting down the script playback.