Package org.rumbledb.exceptions
Class InvalidComputedNamespaceConstructorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rumbledb.exceptions.RumbleException
org.rumbledb.exceptions.InvalidComputedNamespaceConstructorException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInvalidComputedNamespaceConstructorException(String message, ExceptionMetadata metadata) -
Method Summary
Methods inherited from class org.rumbledb.exceptions.RumbleException
getErrorCode, getJSONiqErrorMessage, getMetadata, setMetadata, unnestExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidComputedNamespaceConstructorException
-
InvalidComputedNamespaceConstructorException
-