Uses of Interface
org.apache.tika.config.LoadErrorHandler
-
Uses of LoadErrorHandler in org.apache.tika.config
Modifier and TypeFieldDescriptionstatic final LoadErrorHandler
LoadErrorHandler.IGNORE
Strategy that simply ignores all problems.static final LoadErrorHandler
LoadErrorHandler.THROW
Strategy that throws aRuntimeException
with the given throwable as the root cause, thus interrupting the entire service loading operation.static final LoadErrorHandler
LoadErrorHandler.WARN
Strategy that logs warnings of all problems using aLogger
created using the given class name.Modifier and TypeMethodDescriptionServiceLoader.getLoadErrorHandler()
Returns the load error handler used by this loader.ModifierConstructorDescriptionServiceLoader
(ClassLoader loader, LoadErrorHandler handler) ServiceLoader
(ClassLoader loader, LoadErrorHandler handler, boolean dynamic) ServiceLoader
(ClassLoader loader, LoadErrorHandler handler, InitializableProblemHandler initializableProblemHandler, boolean dynamic)