Class NonExistingPredicateBetweenResourcesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.exceptions.NonExistingPredicateBetweenResourcesException
All Implemented Interfaces:
Serializable

public class NonExistingPredicateBetweenResourcesException extends Exception
See Also:
  • Constructor Details

    • NonExistingPredicateBetweenResourcesException

      public NonExistingPredicateBetweenResourcesException(org.eclipse.rdf4j.model.Resource resourceA, org.eclipse.rdf4j.model.Resource resourceB)
      construct this exception with the uri of the resource which has not been found
      Parameters:
      uri -
    • NonExistingPredicateBetweenResourcesException

      public NonExistingPredicateBetweenResourcesException(org.eclipse.rdf4j.model.Resource resourceA, org.eclipse.rdf4j.model.Resource resourceB, org.eclipse.rdf4j.model.Resource[] graphs)