Class DDMFormValidationException.MustNotDuplicateFieldName
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.dynamic.data.mapping.validator.DDMFormValidationException
com.liferay.dynamic.data.mapping.validator.DDMFormValidationException.MustNotDuplicateFieldName
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DDMFormValidationException
public static class DDMFormValidationException.MustNotDuplicateFieldName
extends DDMFormValidationException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.dynamic.data.mapping.validator.DDMFormValidationException
DDMFormValidationException.MustNotDuplicateFieldName, DDMFormValidationException.MustNotDuplicateFieldReference, DDMFormValidationException.MustSetAvailableLocales, DDMFormValidationException.MustSetDefaultLocale, DDMFormValidationException.MustSetDefaultLocaleAsAvailableLocale, DDMFormValidationException.MustSetFieldsForForm, DDMFormValidationException.MustSetFieldType, DDMFormValidationException.MustSetOptionsForField, DDMFormValidationException.MustSetValidAvailableLocalesForProperty, DDMFormValidationException.MustSetValidCharactersForFieldName, DDMFormValidationException.MustSetValidCharactersForFieldType, DDMFormValidationException.MustSetValidDefaultLocaleForProperty, DDMFormValidationException.MustSetValidFormRuleExpression, DDMFormValidationException.MustSetValidIndexType, DDMFormValidationException.MustSetValidType, DDMFormValidationException.MustSetValidValidationExpression, DDMFormValidationException.MustSetValidVisibilityExpression
-
Constructor Summary
ConstructorsConstructorDescriptionMustNotDuplicateFieldName
(String fieldName) Deprecated.MustNotDuplicateFieldName
(Set<String> duplicatedFieldNames) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.As of Athanasius (7.3.x), replaced bygetDuplicatedFieldNames()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MustNotDuplicateFieldName
-
MustNotDuplicateFieldName
Deprecated.As of Athanasius (7.3.x), replaced byMustNotDuplicateFieldName(Set)
-
-
Method Details
-
getDuplicatedFieldNames
-
getFieldName
Deprecated.As of Athanasius (7.3.x), replaced bygetDuplicatedFieldNames()
-
MustNotDuplicateFieldName(Set)