Uses of Interface
fr.igred.omero.exception.ExceptionHandler.OMEROFunction
-
Packages that use ExceptionHandler.OMEROFunction Package Description fr.igred.omero.exception This package contains wrapper classes for exceptions and an exception handler. -
-
Uses of ExceptionHandler.OMEROFunction in fr.igred.omero.exception
Methods in fr.igred.omero.exception with parameters of type ExceptionHandler.OMEROFunction Modifier and Type Method Description static <I,R>
RExceptionHandler. call(I input, ExceptionHandler.OMEROFunction<? super I,? extends R> mapper, String message)
Calls the provided function on the given input and return the result or handles any OMERO exception and rethrows the appropriate exception with the specified message.
-