Package | Description |
---|---|
fr.igred.omero.exception |
This package contains wrapper classes for OMERO exceptions and an exception handler.
|
Modifier and Type | Method and Description |
---|---|
static <I> ExceptionHandler<I> |
ExceptionHandler.ofConsumer(I input,
ExceptionHandler.ThrowingConsumer<? super I,? extends Exception> consumer)
Creates an ExceptionHandler from an object and a function with no return value.
|
static <I> ExceptionHandler<I> |
ExceptionHandler.ofConsumer(I input,
ExceptionHandler.ThrowingConsumer<? super I,? extends Exception> consumer)
Creates an ExceptionHandler from an object and a function with no return value.
|
Copyright © 2020–2023 GReD. All rights reserved.