Class MimeParseEventException

All Implemented Interfaces:
Serializable

public class MimeParseEventException extends MimeException
Indicates that strict parsing has been enabled and an optional invality has been found in the input. getEvent() indicates the type of invalidity.
See Also:
  • Field Details

  • Constructor Details

    • MimeParseEventException

      public MimeParseEventException(Event event)
      Constructs an exception
      Parameters:
      event - MimeTokenStream.Event, not null
  • Method Details

    • getEvent

      public Event getEvent()
      Gets the causal parse event.
      Returns:
      MimeTokenStream.Event, not null