com.ibm.jarm.api.exception

Interface Diagnostic

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getType()
      Returns the type string for this Diagnostic.
      java.lang.String getValue()
      Returns the value string for this Diagnostic instance.
    • Method Detail

      • getType

        java.lang.String getType()
        Returns the type string for this Diagnostic. This is a repository-dependent value that typically provides a clue as to what the corresponding getValue method result represents.
        Returns:
        A String value.
      • getValue

        java.lang.String getValue()
        Returns the value string for this Diagnostic instance. This is a repository-dependent value that provides diagnostic information concerning a given RMErrorRecord instance.
        Returns:
        A String value.

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