com.rational.test.ft

Class 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 Detail

      • SwitchToManualModeError

        public SwitchToManualModeError()
      • SwitchToManualModeError

        public SwitchToManualModeError(java.lang.Throwable e)
      • SwitchToManualModeError

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