Uses of Class
javax.mail.internet.ParseException

Packages that use ParseException
javax.mail.internet   
org.apache.geronimo.mail.handlers   
 

Uses of ParseException in javax.mail.internet
 

Subclasses of ParseException in javax.mail.internet
 class AddressException
           
 

Methods in javax.mail.internet that throw ParseException
static String MimeUtility.decodeWord(String word)
          Parse a string using the RFC 2047 rules for an "encoded-word" type.
 HeaderTokenizer.Token HeaderTokenizer.next()
           
 HeaderTokenizer.Token HeaderTokenizer.peek()
           
 

Constructors in javax.mail.internet that throw ParseException
ContentDisposition(String disposition)
           
ContentType(String type)
           
ParameterList(String list)
           
 

Uses of ParseException in org.apache.geronimo.mail.handlers
 

Methods in org.apache.geronimo.mail.handlers that throw ParseException
protected  String TextHandler.getCharSet(String contentType)
          get the character set from content type
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.