Package org.rumbledb.exceptions
Class AttributeAfterNonAttributeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rumbledb.exceptions.RumbleException
org.rumbledb.exceptions.AttributeAfterNonAttributeException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionAttributeAfterNonAttributeException
(String message, 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
-
AttributeAfterNonAttributeException
-
AttributeAfterNonAttributeException
-