public abstract class RPTLoopEvent extends RPTEvent
Constructor and Description |
---|
RPTLoopEvent() |
RPTLoopEvent(String message) |
RPTLoopEvent(String message,
String loopName) |
RPTLoopEvent(String message,
Throwable cause) |
RPTLoopEvent(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getLoopName() |
ILoop |
getTargetLoop() |
void |
setTargetLoop(ILoop target)
Sets the loop which is to catch this event and perform either the break or continue.
|
clone, getDetailMessage, getLogText, getMessage, getSeverity, isShowStackTrace, setLogText, setMessage, setSeverity, setShowStackTrace
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RPTLoopEvent()
public RPTLoopEvent(String message)
public RPTLoopEvent(Throwable cause)
public void setTargetLoop(ILoop target)
target
- The loop to break or continue.public ILoop getTargetLoop()
public String getLoopName()
© Copyright IBM Corp. 2013. All rights reserved.