Uses of Interface
org.apache.sis.image.ErrorHandler
Packages that use ErrorHandler
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
-
Uses of ErrorHandler in org.apache.sis.image
Fields in org.apache.sis.image declared as ErrorHandlerModifier and TypeFieldDescriptionstatic final ErrorHandler
ErrorHandler.LOG
Exceptions are wrapped in aLogRecord
and logged, usually atLevel.WARNING
.static final ErrorHandler
ErrorHandler.THROW
Exceptions are wrapped in anImagingOpException
and thrown.Methods in org.apache.sis.image that return ErrorHandlerModifier and TypeMethodDescriptionImageProcessor.getErrorHandler()
Returns whether exceptions occurring during computation are propagated or logged.Methods in org.apache.sis.image with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
ImageProcessor.setErrorHandler
(ErrorHandler handler) Sets whether exceptions occurring during computation are propagated or logged.