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 java.lang.Throwable,F extends java.lang.Throwable>
ExceptionHandler<T>ExceptionHandler. rethrow(java.lang.Class<E> type, ExceptionHandler.ExceptionWrapper<? super E,? extends F> mapper, java.lang.String message)
Throws an exception converted from the specified type, if one was caught.
-