javax.mail.internet
Class AddressException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
javax.mail.MessagingException
              
javax.mail.internet.ParseException
                  
javax.mail.internet.AddressException
- All Implemented Interfaces: 
 - Serializable
 
public class AddressException
- extends ParseException
 
- Version:
 
  - $Rev: 467553 $ $Date: 2006-10-25 00:01:51 -0400 (Wed, 25 Oct 2006) $
 
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
pos
protected int pos
ref
protected String ref
AddressException
public AddressException()
AddressException
public AddressException(String message)
AddressException
public AddressException(String message,
                        String ref)
AddressException
public AddressException(String message,
                        String ref,
                        int pos)
getRef
public String getRef()
 
getPos
public int getPos()
 
toString
public String toString()
- Overrides:
 toString in class Throwable
 
 
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.