Class DuplicateAttributeException

All Implemented Interfaces:
Serializable

public class DuplicateAttributeException extends RumbleException
Exception for XQDY0025: It is a dynamic error if any attribute of a constructed element does not have a name that is distinct from the names of all other attributes of the constructed element.
See Also:
  • Constructor Details

    • DuplicateAttributeException

      public DuplicateAttributeException(String attributeName, ExceptionMetadata metadata)
    • DuplicateAttributeException

      public DuplicateAttributeException(String attributeName)