Package fr.igred.omero.exception
This package contains wrapper classes for exceptions and an exception handler.
-
Interface Summary Interface Description ExceptionHandler.ExceptionWrapper<T,E extends Throwable> ExceptionHandler.ThrowingConsumer<T,E extends Throwable> ExceptionHandler.ThrowingFunction<T,R,E extends Throwable> -
Class Summary Class Description ExceptionHandler<T> Class to handle and convert OMERO exceptions. -
Exception Summary Exception Description AccessException Reports an error occurred while trying to pull out data from the server.OMEROServerError Reports an error occurred on the server.ServiceException Reports an error occurred while trying to access the OMERO service.