KickJava   Java API By Example, From Geeks To Geeks.

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

javax.mail.internet
Class ParseException

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

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


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

Popular Tags