Uses of Interface
fr.igred.omero.exception.ExceptionHandler.ExceptionWrapper
-
Packages that use ExceptionHandler.ExceptionWrapper Package Description fr.igred.omero.exception This package contains wrapper classes for exceptions and an exception handler. -
-
Uses of ExceptionHandler.ExceptionWrapper in fr.igred.omero.exception
Methods in fr.igred.omero.exception with parameters of type ExceptionHandler.ExceptionWrapper Modifier and Type Method Description <E extends Throwable,F extends Throwable>
ExceptionHandler<T>ExceptionHandler. rethrow(Class<E> type, ExceptionHandler.ExceptionWrapper<? super E,? extends F> mapper, String message)
Throws an exception converted from the specified type, if one was caught.
-