Uses of Class
javax.mail.internet.ParseException

Packages that use ParseException
javax.mail.internet   
 

Uses of ParseException in javax.mail.internet
 

Subclasses of ParseException in javax.mail.internet
 interface AddressException
          The exception thrown when a wrongly formatted address is encountered.
 

Methods in javax.mail.internet that throw ParseException
 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.
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".
 

Constructors in javax.mail.internet that throw ParseException
ParameterList.ParameterList(java.lang.String s)
          Constructor that takes a parameter-list string.
ContentType.ContentType(java.lang.String s)
          Constructor that takes a Content-Type string.