Package com.apicatalog.rdf.io.error
Class RdfReaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.apicatalog.rdf.io.error.RdfReaderException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class RdfReaderException extends java.lang.ExceptionDeprecated.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.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description RdfReaderException(java.lang.String message)Deprecated.RdfReaderException(java.lang.String message, java.lang.Throwable cause)Deprecated.RdfReaderException(java.lang.Throwable cause)Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
-