Class Message

java.lang.Object
com.tibco.ep.testing.framework.Message

public final class Message extends Object
A single error or status message
  • Method Details

    • getSource

      public String getSource()

      Get the source of the message

      Returns:
      message source
    • getMessage

      public String getMessage()

      Get the message string

      Returns:
      message string
    • toString

      public String toString()
      Overrides:
      toString in class Object