Uses of Interface
org.apache.tika.config.LoadErrorHandler
-
Packages that use LoadErrorHandler Package Description org.apache.tika.config Tika configuration tools. -
-
Uses of LoadErrorHandler in org.apache.tika.config
Fields in org.apache.tika.config declared as LoadErrorHandler Modifier and Type Field Description static LoadErrorHandlerLoadErrorHandler. IGNOREStrategy that simply ignores all problems.static LoadErrorHandlerLoadErrorHandler. THROWStrategy that throws aRuntimeExceptionwith the given throwable as the root cause, thus interrupting the entire service loading operation.static LoadErrorHandlerLoadErrorHandler. WARNStrategy that logs warnings of all problems using aLoggercreated using the given class name.Methods in org.apache.tika.config that return LoadErrorHandler Modifier and Type Method Description LoadErrorHandlerServiceLoader. getLoadErrorHandler()Returns the load error handler used by this loader.Constructors in org.apache.tika.config with parameters of type LoadErrorHandler Constructor Description ServiceLoader(ClassLoader loader, LoadErrorHandler handler)ServiceLoader(ClassLoader loader, LoadErrorHandler handler, boolean dynamic)ServiceLoader(ClassLoader loader, LoadErrorHandler handler, InitializableProblemHandler initializableProblemHandler, boolean dynamic)
-