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.field

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

serialVersionUID: 1L


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

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

serialVersionUID: 634090661990433426L

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

serialVersionUID: 1L

Serialized Fields

addresses

java.util.List<E> addresses

Class org.apache.james.mime4j.field.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.field.address.Group extends Address implements Serializable

serialVersionUID: 1L

Serialized Fields

name

java.lang.String name

mailboxList

MailboxList mailboxList

Class org.apache.james.mime4j.field.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.field.address.MailboxList extends java.util.AbstractList<Mailbox> implements Serializable

serialVersionUID: 1L

Serialized Fields

mailboxes

java.util.List<E> mailboxes

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

Class org.apache.james.mime4j.field.address.parser.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.parser.TokenMgrError extends java.lang.Error implements Serializable

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.field.contentdisposition.parser

Class org.apache.james.mime4j.field.contentdisposition.parser.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.contentdisposition.parser.TokenMgrError extends java.lang.Error implements Serializable

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.field.contenttype.parser

Class org.apache.james.mime4j.field.contenttype.parser.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.contenttype.parser.TokenMgrError extends java.lang.Error implements Serializable

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.field.datetime.parser

Class org.apache.james.mime4j.field.datetime.parser.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.datetime.parser.TokenMgrError extends java.lang.Error implements Serializable

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.field.language.parser

Class org.apache.james.mime4j.field.language.parser.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.language.parser.TokenMgrError extends java.lang.Error implements Serializable

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.field.mimeversion.parser

Class org.apache.james.mime4j.field.mimeversion.parser.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.mimeversion.parser.TokenMgrError extends java.lang.Error implements Serializable

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.field.structured.parser

Class org.apache.james.mime4j.field.structured.parser.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.structured.parser.TokenMgrError extends java.lang.Error implements Serializable

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.MaxHeaderLimitException extends MimeException implements Serializable

serialVersionUID: 2154269045186186769L

Class org.apache.james.mime4j.io.MaxLineLimitException extends MimeIOException implements Serializable

serialVersionUID: 8039001187837730773L


Package org.apache.james.mime4j.parser

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

serialVersionUID: 4632991604246852302L

Serialized Fields

event

Event event

Package org.apache.james.mime4j.util

Class org.apache.james.mime4j.util.StringArrayMap extends java.lang.Object implements Serializable

serialVersionUID: -5833051164281786907L

Serialized Fields

map

java.util.Map<K,V> map



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