java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.enhanced.AlreadyLinkedViewException
- All Implemented Interfaces:
Serializable
Exception to throw when adding a view to a Polymorphic discovers that
the view to add is already on a ring.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyLinkedViewException
(Polymorphic<?> other) The polymorphicother
has already been linked into a sibling ring and hence cannot be linked into a different one. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlreadyLinkedViewException
The polymorphicother
has already been linked into a sibling ring and hence cannot be linked into a different one.
-