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

Project Version 2.3

com.rational.test.ft
Class SwitchToManualModeError

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.ManualModeError
                  extended by com.rational.test.ft.SwitchToManualModeError
All Implemented Interfaces:
IRationalThrowable, java.io.Serializable

public class SwitchToManualModeError
extends ManualModeError

Thrown to switch to Manual mode. This should be used only when the playback is being run in conjuction of keywords with Rational Manual Tester. As with all other RationalTestErrors, you should not catch this error. It should be caught only

Since:
RFT7.0.1
See Also:
Serialized Form

Constructor Summary
SwitchToManualModeError()
           
SwitchToManualModeError(java.lang.String msg, java.lang.Throwable e)
           
SwitchToManualModeError(java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class com.rational.test.ft.ManualModeError
getRealException
 
Methods inherited from class com.rational.test.ft.RationalTestError
fillinCombinedStackTrace, getClassName, getContextDescription, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setContextDescription, setStackTraceString, throwIt
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SwitchToManualModeError

public SwitchToManualModeError()

SwitchToManualModeError

public SwitchToManualModeError(java.lang.Throwable e)

SwitchToManualModeError

public SwitchToManualModeError(java.lang.String msg,                                java.lang.Throwable e)