| 程序包 | 说明 |
|---|---|
| com.sh.mail.mime4j.stream |
| 限定符和类型 | 字段和说明 |
|---|---|
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
|
| 限定符和类型 | 方法和说明 |
|---|---|
Event |
MimeParseEventException.getEvent()
Gets the causal parse event.
|
| 构造器和说明 |
|---|
MimeParseEventException(Event event)
Constructs an exception
|