Class RdfWriterException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class RdfWriterException
    extends java.lang.Exception
    Deprecated.
    since 1.7.0 - use an alternative RDF primitives library.
    This class is deprecated as of version 1.7.0.

    Please use Titanium RDF Primitives or any other third-party library to materialize RDF primitives.

    See Also:
    Titanium RDF Primitives, Titanium RDF N-QUADS, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      RdfWriterException​(java.lang.String message)
      Deprecated.
       
      RdfWriterException​(java.lang.String message, java.lang.Throwable cause)
      Deprecated.
       
      RdfWriterException​(java.lang.Throwable cause)
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RdfWriterException

        public RdfWriterException​(java.lang.String message)
        Deprecated.
      • RdfWriterException

        public RdfWriterException​(java.lang.Throwable cause)
        Deprecated.
      • RdfWriterException

        public RdfWriterException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Deprecated.