Uses of Class
org.rumbledb.exceptions.RumbleException
Packages that use RumbleException
-
Uses of RumbleException in org.rumbledb.exceptions
Subclasses of RumbleException in org.rumbledb.exceptionsModifier and TypeClassDescriptionclassclassclassclassException for XQTY0024: It is a type error if the content sequence in an element constructor contains an attribute node or a namespace node following a node that is not an attribute or namespace node.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassException 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.classclassclassclassclassclassclassclassclassFOTY0014: no string value for maps, arrays, or function items (e.g.classclassclassclassclassclassclassclassException for XQDY0072: computed comment constructor content contains illegal hyphen sequences.classclassException 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 URIclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassException for SEPM0016: It is an error if a parameter value is invalid for the defined domain.classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassException for XQST0022: It is a static error if a namespace declaration attribute contains an enclosed expression.classclassclassclassclassclassclassclassclassclassException 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/classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.rumbledb.exceptions that return RumbleExceptionModifier and TypeMethodDescriptionstatic RumbleExceptionRumbleException.unnestException(Throwable ex) -
Uses of RumbleException in org.rumbledb.items
Constructors in org.rumbledb.items with parameters of type RumbleExceptionModifierConstructorDescriptionItemComparator(boolean compareMin, RumbleException exception) ItemComparator(RumbleException exception)