Package io.deephaven.util.reference
Interface CleanupReferenceProcessor.ExceptionHandler
- Enclosing class:
- CleanupReferenceProcessor
public static interface CleanupReferenceProcessor.ExceptionHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(@NotNull Logger log, @NotNull CleanupReference<?> cleanupReference, @NotNull Exception exception)
-
Method Details
-
accept
void accept(@NotNull @NotNull Logger log, @NotNull @NotNull CleanupReference<?> cleanupReference, @NotNull @NotNull Exception exception)
-