Uses of Class
org.eclipse.rdf4j.sail.shacl.ast.ShaclShapeParsingException
-
Packages that use ShaclShapeParsingException Package Description org.eclipse.rdf4j.sail.shacl.ast -
-
Uses of ShaclShapeParsingException in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast that return ShaclShapeParsingException Modifier and Type Method Description private static ShaclShapeParsingExceptionShaclProperties. getExceptionForAlreadyPopulated(Resource id, java.lang.String predicate, java.lang.Object existingObject, Value secondValue)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForCastIssue(Resource id, java.lang.String predicate, java.lang.Class<?> expectedClass, Value object)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForLiteralFormatIssue(Resource id, java.lang.String predicate, Value object, java.lang.Class<?> clazz)
-