Uses of Class
com.hp.hpl.jena.rdf.model.RDFException

Packages that use RDFException
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs.  
 

Uses of RDFException in com.hp.hpl.jena.rdf.model
 

Subclasses of RDFException in com.hp.hpl.jena.rdf.model
 class DoesNotReifyException
          This exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond to a reification.
 class JenaAltHasNoDefaultException
          Exception thrown if an Alt has no default statement.
 class JenaHasNoModelException
          Exception to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model.
 class JenaLiteralRequiredException
          Exception to throw when an RDFNode required to be a Literal isn't.
 class JenaResourceRequiredException
          Exception to throw when an RDFNode required to be a Resource isn't.
 class JenaSeqIndexBoundsException
          Exception to throw when the index of a sequence is not in range.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.