Frames | No Frames |
Classes derived from javax.mail.internet.ParseException | |
class | The exception thrown when a wrongly formatted address is encountered. |
Constructors which throw type javax.mail.internet.ParseException | |
ContentDisposition.ContentDisposition(String s) Constructor that takes a ContentDisposition string. | |
ContentType.ContentType(String s) Constructor that takes a Content-Type string. | |
ParameterList.ParameterList(String s) Constructor that takes a parameter-list string. |
Methods which throw type javax.mail.internet.ParseException | |
String | MimeUtility.decodeWord(String text) The string is parsed using the rules in RFC 2047 for parsing an
"encoded-word". |
HeaderTokenizer.Token | Parses the next token from this String. |
HeaderTokenizer.Token | Peek at the next token, without actually removing the token
from the parse stream. |