com.ibm.rational.test.lt.kernel.services
Class RPTStopTestEvent
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.RPTStopTestEvent
- All Implemented Interfaces:
- Serializable, Cloneable
public class RPTStopTestEvent
- extends RPTEvent
RPTStopTestEvent is an RPTEvent that is thrown to stop the current instance of the current test
for the current virtual user. This exception is caught by KScript (the base class for all RPT tests).
When caught, KScript reports a message event in the testLog with the severity set via RPTEvent.setSeverity()
and if RPTEvent.isShowStackTrace() returns true the stack trace for the origin of the exception is included
in the message event.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RPTStopTestEvent
public RPTStopTestEvent()
RPTStopTestEvent
public RPTStopTestEvent(String message)
RPTStopTestEvent
public RPTStopTestEvent(Throwable cause)
RPTStopTestEvent
public RPTStopTestEvent(String message,
Throwable cause)
© Copyright IBM Corp. 2012. All rights reserved.