Serialized Form


Package org.apache.tika.exception

Class org.apache.tika.exception.TikaException extends Exception implements Serializable


Package org.apache.tika.gui

Class org.apache.tika.gui.TikaGUI extends JFrame implements Serializable

Serialized Fields

context

ParseContext context
Parsing context.


parser

Parser parser
Configured parser instance.


tabs

JTabbedPane tabs
Tabs in the Tika GUI window.


html

JEditorPane html
Formatted XHTML output.


text

JEditorPane text
Plain text output.


xml

JEditorPane xml
Raw XHTML source.


metadata

JEditorPane metadata
Document metadata.


errors

JEditorPane errors
Parsing errors.


Package org.apache.tika.io

Class org.apache.tika.io.IOExceptionWithCause extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.tika.io.TaggedIOException extends IOExceptionWithCause implements Serializable

Serialized Fields

tag

Object tag
The object reference used to tag the exception.


Package org.apache.tika.mime

Class org.apache.tika.mime.MimeTypeException extends TikaException implements Serializable


Package org.apache.tika.sax

Class org.apache.tika.sax.TaggedSAXException extends SAXException implements Serializable

Serialized Fields

tag

Object tag
The object reference used to tag the exception.



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.