IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.kernel.services
Class RPTContinueLoopEvent

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.rational.test.lt.kernel.services.RPTEvent
                  extended by com.ibm.rational.test.lt.kernel.services.RPTLoopEvent
                      extended by com.ibm.rational.test.lt.kernel.services.RPTContinueLoopEvent
All Implemented Interfaces:
Serializable, Cloneable

public class RPTContinueLoopEvent
extends RPTLoopEvent

An instance of this class is thrown to cause the target loop to 'continue' immediately without completing the current child action.

See Also:
Serialized Form

Constructor Summary
RPTContinueLoopEvent()
           
RPTContinueLoopEvent(String message)
           
RPTContinueLoopEvent(String message, String loopName)
           
RPTContinueLoopEvent(String message, Throwable cause)
           
RPTContinueLoopEvent(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.ibm.rational.test.lt.kernel.services.RPTLoopEvent
getLoopName, getTargetLoop, setTargetLoop
 
Methods inherited from class com.ibm.rational.test.lt.kernel.services.RPTEvent
clone, getSeverity, isShowStackTrace, setSeverity, setShowStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RPTContinueLoopEvent

public RPTContinueLoopEvent()

RPTContinueLoopEvent

public RPTContinueLoopEvent(String message,
                            Throwable cause)

RPTContinueLoopEvent

public RPTContinueLoopEvent(String message)

RPTContinueLoopEvent

public RPTContinueLoopEvent(Throwable cause)

RPTContinueLoopEvent

public RPTContinueLoopEvent(String message,
                            String loopName)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.