Class UserEmailAddressException.MustValidate
Object
Throwable
Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.UserEmailAddressException
com.liferay.portal.kernel.exception.UserEmailAddressException.MustValidate
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserEmailAddressException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.kernel.exception.UserEmailAddressException
UserEmailAddressException.MustBeEqual, UserEmailAddressException.MustHaveValidDomain, UserEmailAddressException.MustNotBeDuplicate, UserEmailAddressException.MustNotBeNull, UserEmailAddressException.MustNotBePOP3User, UserEmailAddressException.MustNotBeReserved, UserEmailAddressException.MustNotUseBlockedDomain, UserEmailAddressException.MustNotUseCompanyMx, UserEmailAddressException.MustValidate
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMustValidate
(String emailAddress, EmailAddressValidator emailAddressValidator) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
emailAddress
-
emailAddressValidator
-
-
Constructor Details
-
MustValidate
-