Package org.apache.tika.eval.app.io
Class ExtractReaderException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.io.IOException
- 
- org.apache.tika.eval.app.io.ExtractReaderException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ExtractReaderException extends IOException Exception when trying to read extract- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExtractReaderException.TYPE
 - 
Constructor SummaryConstructors Constructor Description ExtractReaderException(ExtractReaderException.TYPE exceptionType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractReaderException.TYPEgetType()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ExtractReaderExceptionpublic ExtractReaderException(ExtractReaderException.TYPE exceptionType) 
 
- 
 - 
Method Detail- 
getTypepublic ExtractReaderException.TYPE getType() 
 
- 
 
-