Serialized Form


Package org.apache.james.mime4j

Class org.apache.james.mime4j.MimeException extends java.lang.Exception implements Serializable

serialVersionUID: 8352821278714188542L

Class org.apache.james.mime4j.MimeIOException extends java.io.IOException implements Serializable

serialVersionUID: 5393613459533735409L


Package org.apache.james.mime4j.dom

Class org.apache.james.mime4j.dom.ServiceLoaderException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2801857820835508778L


Package org.apache.james.mime4j.dom.address

Class org.apache.james.mime4j.dom.address.Address extends java.lang.Object implements Serializable

serialVersionUID: 634090661990433426L

Class org.apache.james.mime4j.dom.address.AddressList extends java.util.AbstractList<Address> implements Serializable

serialVersionUID: 1L

Serialized Fields

addresses

java.util.List<E> addresses

Class org.apache.james.mime4j.dom.address.DomainList extends java.util.AbstractList<java.lang.String> implements Serializable

serialVersionUID: 1L

Serialized Fields

domains

java.util.List<E> domains

Class org.apache.james.mime4j.dom.address.Group extends Address implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

mailboxList

MailboxList mailboxList

Class org.apache.james.mime4j.dom.address.Mailbox extends Address implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

route

DomainList route

localPart

java.lang.String localPart

domain

java.lang.String domain

Class org.apache.james.mime4j.dom.address.MailboxList extends java.util.AbstractList<Mailbox> implements Serializable

serialVersionUID: 1L

Serialized Fields

mailboxes

java.util.List<E> mailboxes

Package org.apache.james.mime4j.dom.field

Class org.apache.james.mime4j.dom.field.ParseException extends MimeException implements Serializable

serialVersionUID: 1L


Package org.apache.james.mime4j.field.address

Class org.apache.james.mime4j.field.address.ParseException extends ParseException implements Serializable

serialVersionUID: 1L

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.apache.james.mime4j.field.address.Token extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

kind

int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java.


beginLine

int beginLine
The line number of the first character of this Token.


beginColumn

int beginColumn
The column number of the first character of this Token.


endLine

int endLine
The line number of the last character of this Token.


endColumn

int endColumn
The column number of the last character of this Token.


image

java.lang.String image
The string image of the token.


next

Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field.


specialToken

Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.

Class org.apache.james.mime4j.field.address.TokenMgrError extends java.lang.Error implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.apache.james.mime4j.io

Class org.apache.james.mime4j.io.MaxHeaderLengthLimitException extends MimeException implements Serializable

serialVersionUID: 8924290744274769913L

Class org.apache.james.mime4j.io.MaxHeaderLimitException extends MimeException implements Serializable

serialVersionUID: 2154269045186186769L

Class org.apache.james.mime4j.io.MaxLineLimitException extends java.io.IOException implements Serializable

serialVersionUID: 1855987166990764426L


Package org.apache.james.mime4j.samples.tree

Class org.apache.james.mime4j.samples.tree.MessageTree extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

contentPane

javax.swing.JPanel contentPane

textView

javax.swing.JTextArea textView

tree

javax.swing.JTree tree

Package org.apache.james.mime4j.stream

Class org.apache.james.mime4j.stream.MimeParseEventException extends MimeException implements Serializable

serialVersionUID: 4632991604246852302L

Serialized Fields

event

Event event



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.