Package org.apache.jena.sparql.util
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:
java.io.Serializable
public class PropertyRequiredException extends JenaException
Exception used to report that a required property is missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyRequiredException(Resource root, Property property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetProperty()Answer the required property.
-