|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LoadErrorHandler | |
|---|---|
| org.apache.tika.config | Tika configuration tools. |
| Uses of LoadErrorHandler in org.apache.tika.config |
|---|
| Fields in org.apache.tika.config declared as LoadErrorHandler | |
|---|---|
static LoadErrorHandler |
LoadErrorHandler.IGNORE
Strategy that simply ignores all problems. |
static LoadErrorHandler |
LoadErrorHandler.THROW
Strategy that throws a RuntimeException with the given
throwable as the root cause, thus interrupting the entire service
loading operation. |
static LoadErrorHandler |
LoadErrorHandler.WARN
Strategy that logs warnings of all problems using a Logger
created using the given class name. |
| Methods in org.apache.tika.config that return LoadErrorHandler | |
|---|---|
LoadErrorHandler |
ServiceLoader.getLoadErrorHandler()
Returns the load error handler used by this loader. |
| Constructors in org.apache.tika.config with parameters of type LoadErrorHandler | |
|---|---|
ServiceLoader(ClassLoader loader,
LoadErrorHandler handler)
|
|
ServiceLoader(ClassLoader loader,
LoadErrorHandler handler,
boolean dynamic)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||