Class InvalidComputedNamespaceConstructorException

All Implemented Interfaces:
Serializable

public class InvalidComputedNamespaceConstructorException extends RumbleException
Exception for XQDY0101: It is a dynamic error if a computed namespace constructor attempts to do any of the following: - Bind the prefix xml to some namespace URI other than http://www.w3.org/XML/1998/namespace - Bind a prefix other than xml to the namespace URI http://www.w3.org/XML/1998/namespace - Bind the prefix xmlns to any namespace URI - Bind a prefix to the namespace URI http://www.w3.org/2000/xmlns/ - Bind any prefix (including the empty prefix) to a zero-length namespace URI
See Also:
  • Constructor Details

    • InvalidComputedNamespaceConstructorException

      public InvalidComputedNamespaceConstructorException(String message, ExceptionMetadata metadata)
    • InvalidComputedNamespaceConstructorException

      public InvalidComputedNamespaceConstructorException(String message)