Uses of Class
javax.mail.internet.ParseException

Packages that use ParseException
javax.mail.internet Classes modelling Internet mail systems. 
 

Uses of ParseException in javax.mail.internet
 

Subclasses of ParseException in javax.mail.internet
 class AddressException
          An exception thrown when an incorrectly formatted address is encountered.
 

Methods in javax.mail.internet that throw ParseException
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
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.
ContentDisposition(java.lang.String s)
          Constructor that parses a Content-Disposition value from an RFC 2045 string representation.
 



© Copyright 2003, 2004 The Free Software Foundation, All rights reserved