Interface ErrorHandler
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ErrorHandler
ErrorHandler
is an interface that theReferenceCollector
implementation can call when reporting errors that happens while collecting the references- Since:
- 21.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleError(CollectingError error)
This method is called on the error handler when an error occurs.
-
-
-
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
-
-