Class AttributeAfterNonAttributeException

All Implemented Interfaces:
Serializable

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

    • AttributeAfterNonAttributeException

      public AttributeAfterNonAttributeException(String message, ExceptionMetadata metadata)
    • AttributeAfterNonAttributeException

      public AttributeAfterNonAttributeException(String message)