Uses of Class
org.apache.jena.sparql.expr.ExprEvalException
Package
Description
-
Uses of ExprEvalException in org.apache.jena.cdt
-
Uses of ExprEvalException in org.apache.jena.sparql.expr
Modifier and TypeClassDescriptionclass
Exception for a dynamic evaluation exception due to wrong type.class
class
Exception for a dynamic evaluation exception caused by a type mismatch.class
Exception for an undefined expression (including unbound variable)class
Exception for an undefined function.class
Exception for an undefined expression (including unbound variable) -
Uses of ExprEvalException in org.apache.jena.sparql.function.library.cdt
Modifier and TypeMethodDescriptionCDTLiteralFunctionUtils.checkAndGetList
(org.apache.jena.graph.Node n) CallsCDTLiteralFunctionUtils.ensureListLiteral(Node)
first, andCDTLiteralFunctionUtils.getList(Node)
afterwards.CDTLiteralFunctionUtils.checkAndGetList
(NodeValue nv) CDTLiteralFunctionUtils.checkAndGetMap
(org.apache.jena.graph.Node n) CallsCDTLiteralFunctionUtils.ensureMapLiteral(Node)
first, andCDTLiteralFunctionUtils.getMap(Node)
afterwards.CDTLiteralFunctionUtils.checkAndGetMap
(NodeValue nv) static final void
CDTLiteralFunctionUtils.ensureListLiteral
(org.apache.jena.graph.Node n) UsesCompositeDatatypeList.isListLiteral(Node)
to check whether the given node is a cdt:List literal and throws an exception if not.static final void
CDTLiteralFunctionUtils.ensureMapLiteral
(org.apache.jena.graph.Node n) UsesCompositeDatatypeMap.isMapLiteral(Node)
to check whether the given node is a cdt:Map literal and throws an exception if not.CDTLiteralFunctionUtils.getList
(org.apache.jena.graph.Node n) Assumes that the given node is a cdt:List literal and usesCompositeDatatypeList.getValue(LiteralLabel)
to get the list.CDTLiteralFunctionUtils.getMap
(org.apache.jena.graph.Node n) Assumes that the given node is a cdt:Map literal and usesCompositeDatatypeMap.getValue(LiteralLabel)
to get the map.