Uses of Class
jakarta.mail.internet.ParseException
Packages that use ParseException
-
Uses of ParseException in jakarta.mail.internet
Subclasses of ParseException in jakarta.mail.internetModifier and TypeClassDescriptionclass
The exception thrown when a wrongly formatted address is encountered.Methods in jakarta.mail.internet that throw ParseExceptionModifier and TypeMethodDescriptionstatic String
MimeUtility.decodeWord
(String eword) The string is parsed using the rules in RFC 2047 and RFC 2231 for parsing an "encoded-word".HeaderTokenizer.next()
Parses the next token from this String.HeaderTokenizer.next
(char endOfAtom) Parses the next token from this String.HeaderTokenizer.next
(char endOfAtom, boolean keepEscapes) Parses the next token from this String.HeaderTokenizer.peek()
Peek at the next token, without actually removing the token from the parse stream.Constructors in jakarta.mail.internet that throw ParseExceptionModifierConstructorDescriptionConstructor that takes a ContentDisposition string.Constructor that takes a Content-Type string.Constructor that takes a parameter-list string.