|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.plexobject.mail.IllegalEmailException
| Field Summary | |
static int |
ERROR_BLACKLIST
Email address or host is in black list. |
static int |
ERROR_COMM
Error while communicating with mail server or DNS server |
static int |
ERROR_HOST
Host name is invalid or not found |
static int |
ERROR_SYNTAX
Syntax of email is incorrect |
static int |
ERROR_VERIFY
Email address does not exist |
| Method Summary | |
java.lang.String |
getEmail()
returns email that failed validation |
int |
getErrorCode()
returns reason why email validation failed |
java.lang.Exception |
getNestedException()
returns nested exception if exists or null |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ERROR_SYNTAX
public static final int ERROR_VERIFY
public static final int ERROR_BLACKLIST
public static final int ERROR_HOST
public static final int ERROR_COMM
| Method Detail |
public java.lang.String getEmail()
public int getErrorCode()
public java.lang.Exception getNestedException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||