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:
- java.io.Serializable
- public class AddressException
- extends ParseException
- Version:
- $Rev: 54266 $ $Date: 2004-10-10 15:02:50 -0600 (Sun, 10 Oct 2004) $
- See Also:
- Serialized Form
Field Summary |
protected int |
pos
|
protected java.lang.String |
ref
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
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 |
pos
protected int pos
ref
protected java.lang.String ref
AddressException
public AddressException()
AddressException
public AddressException(java.lang.String message)
AddressException
public AddressException(java.lang.String message,
java.lang.String ref)
AddressException
public AddressException(java.lang.String message,
java.lang.String ref,
int pos)
getRef
public java.lang.String getRef()
getPos
public int getPos()
toString
public java.lang.String toString()