com.ibm.jarm.api.exception

Interface RMErrorRecord



  • public interface RMErrorRecord
    Represents a single repository error condition that is part of a chain of errors.

    A collection of RMErrorRecord instances can be acquired using the RMErrorStack.getErrorRecords method.

    See Also:
    RMErrorStack
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getDescription()
      Provides a repository-generated description string for this ErrorRecord instance.
      Diagnostic[] getDiagnosticTypes()
      Represents specific details used to troubleshoot an error occurrence.
      java.lang.String getSource()
      Provides repository-specific exception source information.
      java.lang.String toString()
      Returns a string representation of this ErrorRecord instance.
    • Method Detail

      • getDescription

        java.lang.String getDescription()
        Provides a repository-generated description string for this ErrorRecord instance.
        Returns:
        A String value.
      • getSource

        java.lang.String getSource()
        Provides repository-specific exception source information.
        Returns:
        A String value.
      • getDiagnosticTypes

        Diagnostic[] getDiagnosticTypes()
        Represents specific details used to troubleshoot an error occurrence. Typically represents the stack trace for an individual repository exception.
        Returns:
        an array of Diagnostic.
      • toString

        java.lang.String toString()
        Returns a string representation of this ErrorRecord instance.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A String value.

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