Uses of Class
javax.mail.internet.AddressException

Packages that use AddressException
javax.mail.internet   
 

Uses of AddressException in javax.mail.internet
 

Methods in javax.mail.internet that throw AddressException
static InternetAddress[] InternetAddress.parse(String address)
           
static InternetAddress[] InternetAddress.parse(String addresses, boolean strict)
           
static InternetAddress[] InternetAddress.parseHeader(String addresses, boolean strict)
           
 InternetAddress[] InternetAddress.getGroup(boolean strict)
           
 void InternetAddress.validate()
           
static NewsAddress[] NewsAddress.parse(String addresses)
           
 

Constructors in javax.mail.internet that throw AddressException
InternetAddress(String address)
           
InternetAddress(String address, boolean strict)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.