Interface CleanupReferenceProcessor.ExceptionHandler

Enclosing class:
CleanupReferenceProcessor

public static interface CleanupReferenceProcessor.ExceptionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(@NotNull Logger log, @NotNull CleanupReference<?> cleanupReference, @NotNull Exception exception)
     
  • Method Details