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 RdfReader
Rdf.createReader
(MediaType contentType, InputStream is) static RdfReader
Rdf.createReader
(MediaType contentType, Reader reader) static RdfWriter
Rdf.createWriter
(MediaType contentType, OutputStream os) static RdfWriter
Rdf.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 RdfReader
RdfProvider.createReader
(MediaType contentType, Reader reader) abstract RdfWriter
RdfProvider.createWriter
(MediaType contentType, Writer writer)