KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > internet > AddressException

javax.mail.internet
Class AddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.mail.MessagingException
              extended byjavax.mail.internet.ParseException
                  extended byjavax.mail.internet.AddressException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public AddressException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AddressException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AddressException(String s,
                        String ref)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AddressException(String s,
                        String ref,
                        int pos)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getPos()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getRef()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected int pos
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String ref
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags