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 Details

    • getMessage

      String getMessage()
      Returns:
      the message associated with this error
    • getSeverity

      Returns:
      the severity of this error
    • getRelatedException

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