Package org.apache.jena.shared
Class AlreadyReifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.shared.CannotReifyException
-
- org.apache.jena.shared.AlreadyReifiedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AlreadyReifiedException extends CannotReifyException
The exception raised by reifyAs if a node is already bound to a single reified triple.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyReifiedException(Node n)
-
-
-
Constructor Detail
-
AlreadyReifiedException
public AlreadyReifiedException(Node n)
-
-