Uses of Class
org.apache.tika.pipes.PipesException
-
Packages that use PipesException Package Description org.apache.tika.pipes org.apache.tika.pipes.async -
-
Uses of PipesException in org.apache.tika.pipes
Methods in org.apache.tika.pipes that throw PipesException Modifier and Type Method Description PipesResult
PipesParser. parse(FetchEmitTuple t)
-
Uses of PipesException in org.apache.tika.pipes.async
Methods in org.apache.tika.pipes.async that throw PipesException Modifier and Type Method Description boolean
AsyncProcessor. offer(List<FetchEmitTuple> newFetchEmitTuples, long offerMs)
boolean
AsyncProcessor. offer(FetchEmitTuple t, long offerMs)
-