| Package | Description |
|---|---|
| org.apache.james.mime4j.parser |
| Modifier and Type | Field and Description |
|---|---|
static Event |
Event.HEADERS_PREMATURE_END
Indicates that unexpected end of headers detected.
|
static Event |
Event.INALID_HEADER
Indicates that unexpected end of headers detected.
|
static Event |
Event.MIME_BODY_PREMATURE_END
Indicates that a body part ended prematurely.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
MimeParseEventException.getEvent()
Gets the causal parse event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEntity.debug(Event event)
Logs (at debug) an indicative message based on the given event
and the current state of the system.
|
protected java.lang.String |
AbstractEntity.message(Event event)
Creates an indicative message suitable for display
based on the given event and the current state of the system.
|
protected void |
AbstractEntity.monitor(Event event)
Monitors the given event.
|
protected void |
AbstractEntity.warn(Event event)
Logs (at warn) an indicative message based on the given event
and the current state of the system.
|
| Constructor and Description |
|---|
MimeParseEventException(Event event)
Constructs an exception
|
Copyright © 2004-2012. All Rights Reserved.