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 NewsAddress[] NewsAddress.parse(java.lang.String newsgroups)
          Parse the given comma separated sequence of newsgroup into NewsAddress objects.
static InternetAddress[] InternetAddress.parse(java.lang.String addresslist)
          Parse the given comma separated sequence of addresses into InternetAddress objects.
static InternetAddress[] InternetAddress.parse(java.lang.String s, boolean strict)
          Parse the given sequence of addresses into InternetAddress objects.
 

Constructors in javax.mail.internet that throw AddressException
InternetAddress.InternetAddress(java.lang.String address)
          Constructor.