Uses of Interface
fr.igred.omero.exception.ExceptionHandler.ExceptionWrapper
Package
Description
This package contains wrapper classes for exceptions and an exception handler.
-
Uses of ExceptionHandler.ExceptionWrapper in fr.igred.omero.exception
Modifier and TypeMethodDescription<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.