Package org.rumbledb.exceptions
Class DuplicateAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rumbledb.exceptions.RumbleException
org.rumbledb.exceptions.DuplicateAttributeException
- All Implemented Interfaces:
Serializable
Exception for XQDY0025: It is a dynamic error if any attribute of a constructed element
does not have a name that is distinct from the names of all other attributes of the constructed element.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateAttributeException
(String attributeName) DuplicateAttributeException
(String attributeName, ExceptionMetadata metadata) -
Method Summary
Methods inherited from class org.rumbledb.exceptions.RumbleException
getErrorCode, getJSONiqErrorMessage, getMetadata, setMetadata, unnestException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateAttributeException
-
DuplicateAttributeException
-