|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
javax.mail.internet | Classes specific to Internet mail systems. |
Uses of ParseException in javax.mail.internet |
Subclasses of ParseException in javax.mail.internet | |
class |
AddressException
The exception thrown when a wrongly formatted address is encountered. |
Methods in javax.mail.internet that throw ParseException | |
static java.lang.String |
MimeUtility.decodeWord(java.lang.String eword)
The string is parsed using the rules in RFC 2047 for parsing an "encoded-word". |
HeaderTokenizer.Token |
HeaderTokenizer.next()
Parses the next token from this String. |
HeaderTokenizer.Token |
HeaderTokenizer.peek()
Peek at the next token, without actually removing the token from the parse stream. |
Constructors in javax.mail.internet that throw ParseException | |
ContentDisposition(java.lang.String s)
Constructor that takes a ContentDisposition string. |
|
ContentType(java.lang.String s)
Constructor that takes a Content-Type string. |
|
ParameterList(java.lang.String s)
Constructor that takes a parameter-list string. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |