Name

javax.mail.internet.ParseException — This exception is thrown when an error is encountered while parsing message headers.

Synopsis

public class parseException extends MessagingException {
    // Public Constructors
            public ParseException();
            public parseException(java.lang.String s);
}

Hierarchy

java.lang.Object→java.lang.Throwable→java.lang.Exception→javax.mail.
MessagingException→javax.mail.internet.ParseException

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.