Class AttributeOrNamespaceAfterNonAttributeException

All Implemented Interfaces:
Serializable

public class AttributeOrNamespaceAfterNonAttributeException extends RumbleException
Exception for XQTY0024: It is a type error if the content sequence in an element constructor contains an attribute node or a namespace node following a node that is not an attribute or namespace node.
See Also:
  • Constructor Details

    • AttributeOrNamespaceAfterNonAttributeException

      public AttributeOrNamespaceAfterNonAttributeException(String message, ExceptionMetadata metadata)
    • AttributeOrNamespaceAfterNonAttributeException

      public AttributeOrNamespaceAfterNonAttributeException(String message)