Package org.rumbledb.exceptions
Class FunctionItemStringValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rumbledb.exceptions.RumbleException
org.rumbledb.exceptions.FunctionItemStringValueException
- All Implemented Interfaces:
Serializable
FOTY0014: no string value for maps, arrays, or function items (e.g.
fn:string).- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage used whengetStringValue()is invoked on a map, array, or function item. -
Constructor Summary
ConstructorsConstructorDescriptionFunctionItemStringValueException(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
-
Field Details
-
DEFAULT_MESSAGE
Message used whengetStringValue()is invoked on a map, array, or function item.- See Also:
-
-
Constructor Details
-
FunctionItemStringValueException
-