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 java.lang.Throwable> ExceptionHandler.ThrowingConsumer<T,E extends java.lang.Throwable> ExceptionHandler.ThrowingFunction<T,R,E extends java.lang.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.ServerException Reports an error occurred on the server.ServiceException Reports an error occurred while trying to access the OMERO service.