| Package | Description |
|---|---|
| org.apache.james.mime4j.stream |
| Modifier and Type | Field and Description |
|---|---|
static Event |
Event.HEADERS_PREMATURE_END
Indicates that unexpected end of headers detected.
|
static Event |
Event.INVALID_HEADER
Indicates that unexpected end of headers detected.
|
static Event |
Event.MIME_BODY_PREMATURE_END
Indicates that a body part ended prematurely.
|
static Event |
Event.OBSOLETE_HEADER
Indicates that an obsolete syntax header has been detected
|
| Modifier and Type | Method and Description |
|---|---|
Event |
MimeParseEventException.getEvent()
Gets the causal parse event.
|
| Constructor and Description |
|---|
MimeParseEventException(Event event)
Constructs an exception
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.