|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Event | |
|---|---|
| org.apache.james.mime4j.parser | |
| Uses of Event in org.apache.james.mime4j.parser |
|---|
| Fields in org.apache.james.mime4j.parser declared as Event | |
|---|---|
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. |
| Methods in org.apache.james.mime4j.parser that return Event | |
|---|---|
Event |
MimeParseEventException.getEvent()
Gets the causal parse event. |
| Methods in org.apache.james.mime4j.parser with parameters of type Event | |
|---|---|
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. |
| Constructors in org.apache.james.mime4j.parser with parameters of type Event | |
|---|---|
MimeParseEventException(Event event)
Constructs an exception |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||