javax.mail.internet
Class AddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by javax.mail.internet.ParseException
                  extended by 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

Field Summary
protected  int pos
           
protected  String ref
           
 
Constructor Summary
AddressException()
           
AddressException(String message)
           
AddressException(String message, String ref)
           
AddressException(String message, String ref, int pos)
           
 
Method Summary
 int getPos()
           
 String getRef()
           
 String toString()
           
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

pos

protected int pos

ref

protected String ref
Constructor Detail

AddressException

public AddressException()

AddressException

public AddressException(String message)

AddressException

public AddressException(String message,
                        String ref)

AddressException

public AddressException(String message,
                        String ref,
                        int pos)
Method Detail

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.