Uses of Class
org.apache.clerezza.rdf.core.NoConvertorException

Packages that use NoConvertorException
org.apache.clerezza.rdf.core   
org.apache.clerezza.rdf.core.impl   
 

Uses of NoConvertorException in org.apache.clerezza.rdf.core
 

Methods in org.apache.clerezza.rdf.core that throw NoConvertorException
abstract
<T> T
LiteralFactory.createObject(Class<T> type, TypedLiteral literal)
          Converts a literal to an instance of the specified class
abstract  TypedLiteral LiteralFactory.createTypedLiteral(Object value)
          Create a typed literal for the specified object
 

Uses of NoConvertorException in org.apache.clerezza.rdf.core.impl
 

Methods in org.apache.clerezza.rdf.core.impl that throw NoConvertorException
<T> T
SimpleLiteralFactory.createObject(Class<T> type, TypedLiteral literal)
           
 TypedLiteral SimpleLiteralFactory.createTypedLiteral(Object value)
           
 



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