Uses of Class
org.apache.tika.eval.app.io.ExtractReaderException.TYPE
-
Packages that use ExtractReaderException.TYPE Package Description org.apache.tika.eval.app org.apache.tika.eval.app.io -
-
Uses of ExtractReaderException.TYPE in org.apache.tika.eval.app
Methods in org.apache.tika.eval.app with parameters of type ExtractReaderException.TYPE Modifier and Type Method Description protected void
AbstractProfiler. 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.TYPE Modifier and Type Method Description ExtractReaderException.TYPE
ExtractReaderException. getType()
static ExtractReaderException.TYPE
ExtractReaderException.TYPE. valueOf(String name)
Returns 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.TYPE Constructor Description ExtractReaderException(ExtractReaderException.TYPE exceptionType)
-