|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.internet.ParseException
javax.mail.internet.AddressException
The exception thrown when a wrongly formatted address is encountered.
| Constructor Summary | |
AddressException()
Constructs an AddressException with no detail message. |
|
AddressException(java.lang.String s)
Constructs an AddressException with the specified detail message. |
|
AddressException(java.lang.String s,
java.lang.String ref)
Constructs an AddressException with the specified detail message and reference info. |
|
AddressException(java.lang.String s,
java.lang.String ref,
int pos)
Constructs an AddressException with the specified detail message and reference info. |
|
| Method Summary | |
int |
getPos()
Get the position with the reference string where the error was detected (-1 if not relevant). |
java.lang.String |
getRef()
Get the string that was being parsed when the error was detected (null if not relevant). |
java.lang.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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AddressException()
public AddressException(java.lang.String s)
s - the detail message
public AddressException(java.lang.String s,
java.lang.String ref)
s - the detail message
public AddressException(java.lang.String s,
java.lang.String ref,
int pos)
s - the detail message| Method Detail |
public java.lang.String getRef()
public int getPos()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||