Uses of Class
com.apicatalog.rdf.io.error.UnsupportedContentException
-
Packages that use UnsupportedContentException Package Description com.apicatalog.rdf com.apicatalog.rdf.impl com.apicatalog.rdf.spi -
-
Uses of UnsupportedContentException in com.apicatalog.rdf
Methods in com.apicatalog.rdf that throw UnsupportedContentException Modifier and Type Method Description static RdfReaderRdf. createReader(MediaType contentType, InputStream is)static RdfReaderRdf. createReader(MediaType contentType, Reader reader)static RdfWriterRdf. createWriter(MediaType contentType, OutputStream os)static RdfWriterRdf. createWriter(MediaType contentType, Writer writer) -
Uses of UnsupportedContentException in com.apicatalog.rdf.impl
Methods in com.apicatalog.rdf.impl that throw UnsupportedContentException Modifier and Type Method Description RdfReaderDefaultRdfProvider. createReader(MediaType contentType, Reader reader)RdfWriterDefaultRdfProvider. createWriter(MediaType contentType, Writer writer) -
Uses of UnsupportedContentException in com.apicatalog.rdf.spi
Methods in com.apicatalog.rdf.spi that throw UnsupportedContentException Modifier and Type Method Description abstract RdfReaderRdfProvider. createReader(MediaType contentType, Reader reader)abstract RdfWriterRdfProvider. createWriter(MediaType contentType, Writer writer)
-