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

Class RPTEvent

    • Constructor Detail

      • RPTEvent

        public RPTEvent()
      • RPTEvent

        public RPTEvent(String message)
      • RPTEvent

        public RPTEvent(Throwable cause)
    • Method Detail

      • getSeverity

        public int getSeverity()
      • setSeverity

        public void setSeverity(int severity)
        Set the severity of the MessageEvent in the testLog reported by the default catcher for this event. The given severity must be one of the severities defined by the TPTP class MessageEvent. The default severity is MessageEvent.ERROR.
        Parameters:
        severity -
      • isShowStackTrace

        public boolean isShowStackTrace()
      • setShowStackTrace

        public void setShowStackTrace(boolean show)
        Set the boolean for whether or not the stack trace will be included in the MessageEvent in the testLog reported by the default catcher for this event. The default is to include the stack trace.
        Parameters:
        show -
      • setMessage

        public void setMessage(String message)
      • getDetailMessage

        public String getDetailMessage()
      • setLogText

        public void setLogText(String logText)
      • getLogText

        public String getLogText()
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.