Package org.apache.tika.exception
Class TikaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.tika.exception.TikaException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessPermissionException
,CantFuzzException
,ChmParsingException
,CorruptedFileException
,DataURISchemeParseException
,EncryptedDocumentException
,EndianUtils.BufferUnderrunException
,FetcherStringException
,MimeTypeException
,TikaClientConfigException
,TikaClientException
,TikaConfigException
,TikaEmitterException
,TikaMemoryLimitException
,TikaSerializationException
,UnsupportedFormatException
,ZeroByteFileException
public class TikaException extends Exception
Tika exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TikaException(String msg)
TikaException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-