Interface ErrorHandler


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface ErrorHandler
    ErrorHandler is an interface that the ReferenceCollector implementation can call when reporting errors that happens while collecting the references
    Since:
    21.1
    • Method Detail

      • handleError

        void handleError​(CollectingError error)
        This method is called on the error handler when an error occurs.
        Parameters:
        error - the error to be handled