Package org.apache.tika.config
Interface InitializableProblemHandler
public interface InitializableProblemHandler
This is to be used to handle potential recoverable problems that
might arise during initialization.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final InitializableProblemHandler
static final InitializableProblemHandler
Strategy that simply ignores all problems.static final InitializableProblemHandler
Strategy that logs warnings of all problems using aLogger
created using the given class name.static final InitializableProblemHandler
static final InitializableProblemHandler
Strategy that logs warnings of all problems using aLogger
created using the given class name. -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleInitializableProblem
(String className, String message)
-
Field Details
-
IGNORE
Strategy that simply ignores all problems. -
INFO
Strategy that logs warnings of all problems using aLogger
created using the given class name. -
WARN
Strategy that logs warnings of all problems using aLogger
created using the given class name. -
THROW
-
DEFAULT
-
-
Method Details
-
handleInitializableProblem
- Throws:
TikaConfigException
-