|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.james.mime4j.MimeException
org.apache.james.mime4j.parser.MimeParseEventException
public class MimeParseEventException
Indicates that strict parsing has been enabled
and an optional invality has been found in the input.
getEvent() indicates the type of invalidity.
| Constructor Summary | |
|---|---|
MimeParseEventException(Event event)
Constructs an exception |
|
| Method Summary | |
|---|---|
Event |
getEvent()
Gets the causal parse event. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MimeParseEventException(Event event)
event - MimeTokenStream.Event, not null| Method Detail |
|---|
public Event getEvent()
MimeTokenStream.Event, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||