Class DoesNotReifyException

All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true) public class DoesNotReifyException extends JenaException
Deprecated, for removal: This API element is subject to removal in a future version.
Do not use.
This exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond to a reification.
See Also:
  • Constructor Details

    • DoesNotReifyException

      public DoesNotReifyException(Node n)
      Deprecated, for removal: This API element is subject to removal in a future version.