Uses of Class
org.openrdf.model.util.ModelException

Packages that use ModelException
org.openrdf.model   
org.openrdf.model.impl   
 

Uses of ModelException in org.openrdf.model
 

Methods in org.openrdf.model that throw ModelException
 Literal Model.objectLiteral()
          Utility method that casts the return value of Model.objectValue() to a Literal, or throws a ModelUtilException if that value is not a Literal.
 Resource Model.objectResource()
          Utility method that casts the return value of Model.objectValue() to a Resource, or throws a ModelUtilException if that value is not a Resource.
 String Model.objectString()
          Utility method that returns the string value of Model.objectValue().
 URI Model.objectURI()
          Utility method that casts the return value of Model.objectValue() to a URI, or throws a ModelUtilException if that value is not a URI.
 Value Model.objectValue()
          Gets the object of the statement(s).
 

Uses of ModelException in org.openrdf.model.impl
 

Methods in org.openrdf.model.impl that throw ModelException
 Literal LinkedHashModel.objectLiteral()
           
 Resource LinkedHashModel.objectResource()
           
 String LinkedHashModel.objectString()
           
 URI LinkedHashModel.objectURI()
           
 Value LinkedHashModel.objectValue()
           
 



Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.