Class MimeParseEventException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Event getEvent()
      Gets the causal parse event.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • MimeParseEventException

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

      • getEvent

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