java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.sparql.util.NotUniqueException
- All Implemented Interfaces:
Serializable
public class NotUniqueException
extends org.apache.jena.shared.JenaException
- See Also:
-
Constructor Summary
ConstructorDescriptionNotUniqueException
(org.apache.jena.rdf.model.Resource root, org.apache.jena.rdf.model.Property property) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotUniqueException
public NotUniqueException(org.apache.jena.rdf.model.Resource root, org.apache.jena.rdf.model.Property property)
-
-
Method Details
-
getProperty
public org.apache.jena.rdf.model.Property getProperty()
-