Package com.liferay.info.exception
Class InfoFormValidationException.InvalidCaptcha
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.InfoFormException
com.liferay.info.exception.InfoFormValidationException
com.liferay.info.exception.InfoFormValidationException.InvalidCaptcha
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InfoFormValidationException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.info.exception.InfoFormValidationException
InfoFormValidationException.CustomValidation, InfoFormValidationException.ExceedsMaxEntries, InfoFormValidationException.ExceedsMaxLength, InfoFormValidationException.ExceedsMaxValue, InfoFormValidationException.ExceedsMinValue, InfoFormValidationException.FileSize, InfoFormValidationException.InvalidCaptcha, InfoFormValidationException.InvalidFileExtension, InfoFormValidationException.InvalidInfoFieldValue, InfoFormValidationException.RequiredInfoField, InfoFormValidationException.RuleValidation, InfoFormValidationException.UniqueValueConstraintViolation
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCaptcha
(com.liferay.portal.kernel.captcha.CaptchaException captchaException, long fragmentEntryLinkId) -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.captcha.CaptchaException
long
getLocalizedMessage
(String fieldLabel, Locale locale) getLocalizedMessage
(Locale locale) Methods inherited from class com.liferay.info.exception.InfoFormValidationException
getInfoFieldUniqueId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCaptcha
public InvalidCaptcha(com.liferay.portal.kernel.captcha.CaptchaException captchaException, long fragmentEntryLinkId)
-
-
Method Details
-
getCaptchaException
public com.liferay.portal.kernel.captcha.CaptchaException getCaptchaException() -
getFragmentEntryLinkId
public long getFragmentEntryLinkId() -
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classcom.liferay.portal.kernel.exception.InfoFormException
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classInfoFormValidationException
-