Class PropertyRequiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.util.PropertyRequiredException
All Implemented Interfaces:
Serializable

public class PropertyRequiredException extends org.apache.jena.shared.JenaException
Exception used to report that a required property is missing.
See Also:
  • Constructor Details

    • PropertyRequiredException

      public PropertyRequiredException(org.apache.jena.rdf.model.Resource root, org.apache.jena.rdf.model.Property property)
  • Method Details

    • getProperty

      public org.apache.jena.rdf.model.Resource getProperty()
      Answer the required property.