Uses of Class
org.apache.clerezza.rdf.core.serializedform.UnsupportedFormatException

Packages that use UnsupportedFormatException
org.apache.clerezza.rdf.core.serializedform   
 

Uses of UnsupportedFormatException in org.apache.clerezza.rdf.core.serializedform
 

Subclasses of UnsupportedFormatException in org.apache.clerezza.rdf.core.serializedform
 class UnsupportedParsingFormatException
           
 class UnsupportedSerializationFormatException
           
 

Methods in org.apache.clerezza.rdf.core.serializedform that throw UnsupportedFormatException
 Graph Parser.parse(InputStream serializedGraph, String formatIdentifier)
          Parses a serialized Graph from an InputStream.
 Graph Parser.parse(InputStream serializedGraph, String formatIdentifier, UriRef baseUri)
          Parses a serialized Graph from an InputStream.
 void Parser.parse(MGraph target, InputStream serializedGraph, String formatIdentifier)
          Parses a serialized Graph from an InputStream.
 void Parser.parse(MGraph target, InputStream serializedGraph, String formatIdentifier, UriRef baseUri)
          Parses a serialized Graph from an InputStream.
 void Serializer.serialize(OutputStream serializedGraph, TripleCollection tc, String formatIdentifier)
          Serializes a Graph into an OutputStream.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.