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