Frames | No Frames |
Classes derived from javax.mail.internet.ParseException | |
class | An exception thrown when an incorrectly formatted address is encountered. |
Constructors which throw type javax.mail.internet.ParseException | |
ContentDisposition.ContentDisposition(String s) Constructor that parses a Content-Disposition value from an RFC 2045
string representation. | |
ContentType.ContentType(String s) Constructor that parses a Content-Type value from an RFC 2045 string
representation. | |
ParameterList.ParameterList(String s) Constructor with a parameter-list string. |
Methods which throw type javax.mail.internet.ParseException | |
String | MimeUtility.decodeWord(String text) Decodes the specified string using the RFC 2047 rules for parsing an
"encoded-word". |
HeaderTokenizer.Token | Returns the next token. |
HeaderTokenizer.Token | Peeks at the next token. |