com.ibm.rational.test.lt.kernel.services
Class RPTBreakLoopEvent
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.RPTBreakLoopEvent
- All Implemented Interfaces:
- Serializable, Cloneable
public class RPTBreakLoopEvent
- extends RPTLoopEvent
An instance of this class is thrown to cause the target loop to break 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 |
RPTBreakLoopEvent
public RPTBreakLoopEvent()
RPTBreakLoopEvent
public RPTBreakLoopEvent(String message,
Throwable cause)
RPTBreakLoopEvent
public RPTBreakLoopEvent(String message)
RPTBreakLoopEvent
public RPTBreakLoopEvent(Throwable cause)
RPTBreakLoopEvent
public RPTBreakLoopEvent(String message,
String loopName)
© Copyright IBM Corp. 2012. All rights reserved.