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 Summary
Nested Classes Modifier and Type Class Description static class
ExtractReaderException.TYPE
-
Constructor Summary
Constructors Constructor Description ExtractReaderException(ExtractReaderException.TYPE exceptionType)
ExtractReaderException(ExtractReaderException.TYPE exceptionType, Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtractReaderException.TYPE
getType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ExtractReaderException
public ExtractReaderException(ExtractReaderException.TYPE exceptionType)
-
ExtractReaderException
public ExtractReaderException(ExtractReaderException.TYPE exceptionType, Throwable t)
-
-
Method Detail
-
getType
public ExtractReaderException.TYPE getType()
-
-