com.rational.test.ft
Class SwitchToManualModeError
java.lang.Object java.lang.Throwable java.lang.Error com.rational.test.ft.RationalTestError
com.rational.test.ft.ManualModeError
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
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 |
SwitchToManualModeError
public SwitchToManualModeError()
SwitchToManualModeError
public SwitchToManualModeError(java.lang.Throwable e)
SwitchToManualModeError
public SwitchToManualModeError(java.lang.String msg, java.lang.Throwable e)