com.ibm.jarm.api.exception

Interface MessageInfo

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getAction()
      Returns any available localized user action text.
      RMErrorCode getErrorCode()
      Returns the RMErrorCode associated with this MessageInfo instance.
      java.lang.String getExplanation()
      Returns any available localized explanation text.
      java.lang.String getFormattedMessage()
      Returns the localized error message string that has been formatted with any message replacement parameter values.
    • Method Detail

      • getFormattedMessage

        java.lang.String getFormattedMessage()
        Returns the localized error message string that has been formatted with any message replacement parameter values. This string does NOT include any IBM Standard Message Id prefix.
        Returns:
        A String value.
      • getExplanation

        java.lang.String getExplanation()
        Returns any available localized explanation text.
        Returns:
        A String value.
      • getAction

        java.lang.String getAction()
        Returns any available localized user action text.
        Returns:
        A String value.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.