Uses of Enum
org.apache.tika.eval.app.io.ExtractReaderException.TYPE
Packages that use ExtractReaderException.TYPE
-
Uses of ExtractReaderException.TYPE in org.apache.tika.eval.app
Methods in org.apache.tika.eval.app with parameters of type ExtractReaderException.TYPEModifier and TypeMethodDescriptionprotected voidAbstractProfiler.writeExtractException(TableInfo extractExceptionTable, String containerId, String filePath, ExtractReaderException.TYPE type) -
Uses of ExtractReaderException.TYPE in org.apache.tika.eval.app.io
Methods in org.apache.tika.eval.app.io that return ExtractReaderException.TYPEModifier and TypeMethodDescriptionExtractReaderException.getType()static ExtractReaderException.TYPEReturns the enum constant of this type with the specified name.static ExtractReaderException.TYPE[]ExtractReaderException.TYPE.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.eval.app.io with parameters of type ExtractReaderException.TYPEModifierConstructorDescriptionExtractReaderException(ExtractReaderException.TYPE exceptionType) ExtractReaderException(ExtractReaderException.TYPE exceptionType, Throwable t)