com.ibm.rational.test.lt.kernel.services
Class RPTContinueLoopEvent
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.rational.test.lt.kernel.services.RPTEvent
com.ibm.rational.test.lt.kernel.services.RPTLoopEvent
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)
© Copyright IBM Corp. 2012. All rights reserved.