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 Summary
ConstructorDescriptionPropertyRequiredException
(org.apache.jena.rdf.model.Resource root, org.apache.jena.rdf.model.Property property) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.Resource
Answer the required property.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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.
-