Exception | +--javax.mail.MessagingException | +--javax.mail.internet.ParseException | +--javax.mail.internet.AddressException
int | The index in the string where the error occurred, or -1 if not known. |
String | The string being parsed. |
Constructs an AddressException with no detail message. |
AddressException(String s) Constructs an AddressException with the specified detail message. |
AddressException(String s, String ref) Constructs an AddressException with the specified detail message and reference info. |
AddressException(String s, String ref, int pos) Constructs an AddressException with the specified detail message and reference info. |
int | getPos() Get the position with the reference string where the error was detected (-1 if not relevant). |
String | getRef() Get the string that was being parsed when the error was detected (null if not relevant). |
String | toString() |
protected int pos
protected String ref
public AddressException()
public AddressException(String s)
public AddressException(String s, String ref)
public AddressException(String s, String ref, int pos)
public int getPos()
public String getRef()
public String toString()