javax.mail.internet
public class AddressException extends ParseException
| 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() |