Class AlreadyLinkedViewException

All Implemented Interfaces:
Serializable

public class AlreadyLinkedViewException extends JenaException
Exception to throw when adding a view to a Polymorphic discovers that the view to add is already on a ring.
See Also:
  • Constructor Details

    • AlreadyLinkedViewException

      public AlreadyLinkedViewException(Polymorphic<?> other)
      The polymorphic other has already been linked into a sibling ring and hence cannot be linked into a different one.