IBM Rational Performance Tester SDK

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

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.RPTStopScheduleEvent
All Implemented Interfaces:
Serializable, Cloneable

public class RPTStopScheduleEvent
extends RPTEvent

RPTStopScheduleEvent is an RPTEvent that is thrown to stop the current instance of the current schedule. This exception is caught by KSchedule. When caught, KSchedule 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

Constructor Summary
RPTStopScheduleEvent()
           
RPTStopScheduleEvent(String message)
           
RPTStopScheduleEvent(String message, Throwable cause)
           
RPTStopScheduleEvent(Throwable cause)
           
 
Method Summary
 
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

RPTStopScheduleEvent

public RPTStopScheduleEvent()

RPTStopScheduleEvent

public RPTStopScheduleEvent(String message)

RPTStopScheduleEvent

public RPTStopScheduleEvent(Throwable cause)

RPTStopScheduleEvent

public RPTStopScheduleEvent(String message,
                            Throwable cause)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.