Uses of Interface
fr.igred.omero.exception.ExceptionHandler.ExceptionWrapper
Packages that use ExceptionHandler.ExceptionWrapper
Package
Description
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.ExceptionWrapperModifier 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.