Uses of Class
javax.mail.internet.ParseException
-
Packages that use ParseException Package Description javax.mail.internet Classes modelling Internet mail systems. -
-
Uses of ParseException in javax.mail.internet
Subclasses of ParseException in javax.mail.internet Modifier and Type Class Description class
AddressException
An exception thrown when an incorrectly formatted address is encountered.Methods in javax.mail.internet that throw ParseException Modifier and Type Method Description static java.lang.String
MimeUtility. decodeWord(java.lang.String text)
Decodes the specified string using the RFC 2047 rules for parsing an "encoded-word".HeaderTokenizer.Token
HeaderTokenizer. next()
Returns the next token.HeaderTokenizer.Token
HeaderTokenizer. peek()
Peeks at the next token.Constructors in javax.mail.internet that throw ParseException Constructor Description ContentDisposition(java.lang.String s)
Constructor that parses a Content-Disposition value from an RFC 2045 string representation.ContentType(java.lang.String s)
Constructor that parses a Content-Type value from an RFC 2045 string representation.ParameterList(java.lang.String s)
Constructor with a parameter-list string.
-