Uses of Class
no.hasmac.rdf.io.error.UnsupportedContentException
Packages that use UnsupportedContentException
-
Uses of UnsupportedContentException in no.hasmac.rdf
Methods in no.hasmac.rdf that throw UnsupportedContentExceptionModifier and TypeMethodDescriptionstatic 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 no.hasmac.rdf.impl
Methods in no.hasmac.rdf.impl that throw UnsupportedContentExceptionModifier and TypeMethodDescriptionDefaultRdfProvider.createReader(MediaType contentType, Reader reader) DefaultRdfProvider.createWriter(MediaType contentType, Writer writer) -
Uses of UnsupportedContentException in no.hasmac.rdf.spi
Methods in no.hasmac.rdf.spi that throw UnsupportedContentExceptionModifier and TypeMethodDescriptionabstract RdfReaderRdfProvider.createReader(MediaType contentType, Reader reader) abstract RdfWriterRdfProvider.createWriter(MediaType contentType, Writer writer)