Class DDMFormLayoutValidationException.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.DDMFormLayoutValidationException
com.liferay.dynamic.data.mapping.validator.DDMFormLayoutValidationException.MustNotDuplicateFieldName
All Implemented Interfaces:
Serializable
Enclosing class:
DDMFormLayoutValidationException

public static class DDMFormLayoutValidationException.MustNotDuplicateFieldName extends DDMFormLayoutValidationException
See Also:
  • Constructor Details

    • MustNotDuplicateFieldName

      public MustNotDuplicateFieldName(Set<String> duplicatedFieldNames)
  • Method Details

    • getDuplicatedFieldNames

      public Set<String> getDuplicatedFieldNames()