public class MimeParseEventException extends MimeException
getEvent() indicates the type of invalidity.| Modifier and Type | Field and Description |
|---|---|
private Event |
event |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
MimeParseEventException(Event event)
Constructs an exception
|
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent()
Gets the causal parse event.
|
private static final long serialVersionUID
private final Event event
public MimeParseEventException(Event event)
event - MimeTokenStream.Event, not nullpublic Event getEvent()
MimeTokenStream.Event, not null