| 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,R> ExceptionHandler<R> |
ExceptionHandler.of(I input,
ExceptionHandler.ThrowingFunction<? super I,? extends R,? extends Exception> mapper)
Creates an ExceptionHandler from an object and a function.
|
static <I,R> ExceptionHandler<R> |
ExceptionHandler.of(I input,
ExceptionHandler.ThrowingFunction<? super I,? extends R,? extends Exception> mapper)
Creates an ExceptionHandler from an object and a function.
|
Copyright © 2020–2023 GReD. All rights reserved.