Package org.rumbledb.exceptions
Class PredefinedPrefixInNamespaceDeclarationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rumbledb.exceptions.RumbleException
org.rumbledb.exceptions.PredefinedPrefixInNamespaceDeclarationException
- All Implemented Interfaces:
Serializable
Exception for XQST0070: It is a static error if a namespace declaration attribute 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 the prefix xmlns to any namespace URI
- Bind a prefix to the namespace URI http://www.w3.org/2000/xmlns/
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPredefinedPrefixInNamespaceDeclarationException(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
-
PredefinedPrefixInNamespaceDeclarationException
-
PredefinedPrefixInNamespaceDeclarationException
-