public static class UserEmailAddressException.MustValidate extends UserEmailAddressException
UserEmailAddressException.MustBeEqual, UserEmailAddressException.MustNotBeDuplicate, UserEmailAddressException.MustNotBeNull, UserEmailAddressException.MustNotBePOP3User, UserEmailAddressException.MustNotBeReserved, UserEmailAddressException.MustNotUseCompanyMx, UserEmailAddressException.MustValidate
Modifier and Type | Field and Description |
---|---|
String |
emailAddress |
EmailAddressValidator |
emailAddressValidator |
Constructor and Description |
---|
MustValidate(String emailAddress,
EmailAddressValidator emailAddressValidator) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String emailAddress
public final EmailAddressValidator emailAddressValidator
public MustValidate(String emailAddress, EmailAddressValidator emailAddressValidator)