Package com.apicatalog.rdf.io.error
Class UnsupportedContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.apicatalog.rdf.io.error.UnsupportedContentException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class UnsupportedContentException 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 java.lang.StringcontenttYpeDeprecated.private static longserialVersionUIDDeprecated.
-
Constructor Summary
Constructors Constructor Description UnsupportedContentException(java.lang.String contentType)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetContentType()Deprecated.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Deprecated.- See Also:
- Constant Field Values
-
contenttYpe
private final java.lang.String contenttYpe
Deprecated.
-
-