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 ShaclShapeParsingException
ShaclProperties. getExceptionForAlreadyPopulated(Resource id, java.lang.String predicate, java.lang.Object existingObject, Value secondValue)
private static ShaclShapeParsingException
ShaclProperties. getExceptionForCastIssue(Resource id, java.lang.String predicate, java.lang.Class<?> expectedClass, Value object)
private static ShaclShapeParsingException
ShaclProperties. getExceptionForLiteralFormatIssue(Resource id, java.lang.String predicate, Value object, java.lang.Class<?> clazz)
-