|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RDFException | |
---|---|
com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
com.hp.hpl.jena.shared | This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames. |
Uses of RDFException in com.hp.hpl.jena.rdf.model |
---|
Subclasses of RDFException in com.hp.hpl.jena.rdf.model | |
---|---|
class |
AltHasNoDefaultException
Exception thrown if an Alt has no default statement. |
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 |
HasNoModelException
Exception to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model. |
class |
LiteralRequiredException
Exception to throw when an RDFNode required to be a Literal isn't, or when a literal Node is required but a non-literal Node supplied. |
class |
ResourceRequiredException
Exception to throw when an RDFNode required to be a Resource isn't, or when a Node supposed to be a resource isn't. |
class |
SeqIndexBoundsException
Exception to throw when the index of a sequence is not in range. |
Uses of RDFException in com.hp.hpl.jena.shared |
---|
Subclasses of RDFException in com.hp.hpl.jena.shared | |
---|---|
class |
AssertionFailureException
Exception to throw when an assertion fails. |
class |
BadBooleanException
Exception to throw when a string cannot be converted to a Boolean value. |
class |
BadCharLiteralException
Exception to throw when a literal required to be a single character isn't. |
class |
InvalidPropertyURIException
Exception to throw when it is discovered that a property has been given an illegal URI. |
class |
NoReaderForLangException
Exception to throw when there is no reader with the specified language |
class |
NoWriterForLangException
Exception to throw if there is no writer for the specified language. |
class |
PropertyNotFoundException
Exception to throw if something does not have the specified property. |
class |
SyntaxError
Exception to throw when a syntax error is detected in some input. |
class |
UnknownPropertyException
Exception to throw when Jena is presented with an unknown property of some kind. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |