Interface CollectingError


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface CollectingError
    CollectingError is an interface that describes an error that happens while collecting references
    Since:
    21.1
    • Method Detail

      • getMessage

        java.lang.String getMessage()
        Returns:
        the message associated with this error
      • getRelatedException

        java.lang.Exception getRelatedException()
        The exception related to the error if any.
        Returns:
        the exception