Uses of Class
dev.metaschema.core.metapath.function.FunctionMetapathError
Packages that use FunctionMetapathError
Package
Description
Provides the core framework for defining and executing Metapath functions.
Provides support for Metapath function items, including arrays and maps.
-
Uses of FunctionMetapathError in dev.metaschema.core.metapath.function
Subclasses of FunctionMetapathError in dev.metaschema.core.metapath.functionModifier and TypeClassDescriptionclassRepresents an error that occurred while performing mathematical operations.classFOCA: Exceptions related to type casting.classFODT: Exceptions related to Date/Time/Duration errors.classFODC: Exceptions representing document related errors.classFORG: Exceptions related to argument types.classFOTY: Exceptions related to type errors.classFORG0001: Thrown when a cast operation fails because the supplied value cannot be converted to the target datatype.classFOJS: Exceptions related to JSON function operations in XPath.classFOER0000: Thrown when an unidentified error occurs during function evaluation.classFONS: Exceptions related to function namespaces. -
Uses of FunctionMetapathError in dev.metaschema.core.metapath.item.function
Subclasses of FunctionMetapathError in dev.metaschema.core.metapath.item.functionModifier and TypeClassDescriptionclasserr:FOAY0001: This error is raised when an integer used to select a member of an array is outside the range of values for that array.classerr:FOAY0001: This error is raised when an integer used to select a member of an array is outside the range of values for that array. -
Uses of FunctionMetapathError in dev.metaschema.core.metapath.item.function.impl
Subclasses of FunctionMetapathError in dev.metaschema.core.metapath.item.function.implModifier and TypeClassDescriptionclassdev.metaschema.core.metapath.item.function.impl.ArrayMetapathExceptionRepresents an error that occurred while performing mathematical operations.