Uses of Class
org.apache.jena.shared.JenaException
Packages that use JenaException
Package
Description
Provides the core interfaces through which datatypes are described to Jena.
Provides datatype definitions for the XML Schema datatypes support by Jena.
This package defines the enhanced node and graph classes; an enhanced
node is one embedded in a particular enhanced graph.
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
Support for RFC3986 IRIs.
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
A package for creating and manipulating RDF graphs.
A parser for RDF/XML.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
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 JenaException in org.apache.jena.assembler
Subclasses of JenaException in org.apache.jena.assemblerModifier and TypeClassDescriptionclassException used to report that the object of a statement is not a Resource. -
Uses of JenaException in org.apache.jena.assembler.exceptions
Subclasses of JenaException in org.apache.jena.assembler.exceptionsModifier and TypeClassDescriptionclassException to throw when an AssemblerGroup has a choice of types from which to try and find an implementation.classAssembler Exception class: contains code shared by all the Assembler exceptions.classException used to report a failure of a group assembler to construct an object because there is no component assembler associated with the object's most specific type.classclassException used to report a failure to load a class.classclassclassException to throw when some (dynamically loaded) class isn't of the required type.classclassException used to report that a required property is missing.classException to throw when a reasoner [or factory] has multiple clashing descriptions.classException used to report an unknown language encoding.classException used to report an unknown reasoner factory name. -
Uses of JenaException in org.apache.jena.datatypes
Subclasses of JenaException in org.apache.jena.datatypesModifier and TypeClassDescriptionclassException thrown when a lexical form does not match the stated datatype. -
Uses of JenaException in org.apache.jena.datatypes.xsd
Subclasses of JenaException in org.apache.jena.datatypes.xsdModifier and TypeClassDescriptionclassException thrown when attempting to access a field of an XSDDateTime object that is not legal for the current date/time type. -
Uses of JenaException in org.apache.jena.enhanced
Subclasses of JenaException in org.apache.jena.enhancedModifier and TypeClassDescriptionclassException to throw when adding a view to a Polymorphic discovers that the view to add is already on a ring.classException to throw if an enhanced graph does not support polymorphism to a specific class. -
Uses of JenaException in org.apache.jena.graph
Subclasses of JenaException in org.apache.jena.graphModifier and TypeClassDescriptionclassstatic classException thrown if a literal-access operation is attempted on a non-literal node. -
Uses of JenaException in org.apache.jena.irix
Subclasses of JenaException in org.apache.jena.irixModifier and TypeClassDescriptionclassException thrown due to IRI problems.classException thrown due to relative IRIs when not permitted. -
Uses of JenaException in org.apache.jena.ontology
Subclasses of JenaException in org.apache.jena.ontologyModifier and TypeClassDescriptionclassException that is thrown when an ontology resource is converted to another facet, usingas(), and the requested conversion is not possible.classAn exception that denotes some inconsistency between the arguments to a method in the ontology API, and the language definition for a given ontology profile.classException for generic errors that arise while processing ontologiesclassException that is raised when an ontology operation is attempted that is not present in the language profile for the current ontology model. -
Uses of JenaException in org.apache.jena.rdf.model
Subclasses of JenaException in org.apache.jena.rdf.modelModifier and TypeClassDescriptionclassException thrown if an Alt has no default statement.classThis exception may be raised when an attempt to convert an RDFNode to a ReifiedStatement fails because the RDFNode does not correspond to a reification.classA exception that is thrown when an operation is attempted on an empty (nil) list that actually requires a list of length one or more.classException that is thrown when an attept is made to perform a side-effectful operation on anRDFListthat is the empty list, orrdf:nil.classException to throw when a Statement or Resource (which don't have a useful common supertype, alas) don't have an associated model.classA exception that is thrown when an operation is attempted on a list that is not well-formed, and is being processed in strict mode.classA exception that is thrown when an operation attempts to access an indexed list element beyond the length of the list.classException 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.classException to throw when an RDFNode required to be a Resource isn't, or when a Node supposed to be a resource isn't.classException to throw when the index of a sequence is not in range.classException to throw when an RDFNode required to be a StatementTerm isn't, or when a Node supposed to be a triple term isn't. -
Uses of JenaException in org.apache.jena.rdfxml.xmlinput1
Methods in org.apache.jena.rdfxml.xmlinput1 that throw JenaExceptionModifier and TypeMethodDescriptionvoidReads from reader, using base URI xmlbase, adding triples to graph.voidRDFXMLReader.read(Model m, InputStream in, String xmlBase) Reads from inputStream, using base URI xmlbase, adding triples to model.voidReads from reader, using base URI xmlbase, adding triples to model.voidReads from url, using url as base, adding triples to model.RDFXMLReader.setProperty(String str, Object value) Change a property of the RDF or XML parser.SAX2Model.setProperty(String str, Object value) Change a property of the RDF or XML parser. -
Uses of JenaException in org.apache.jena.reasoner
Subclasses of JenaException in org.apache.jena.reasonerModifier and TypeClassDescriptionclassException used to signal that a configuration parameter was used (typically in a setParameter call) that was not understood - either because it was not a recognized parameter URI or its value range was incorrect.classException signalling some generic problem with the reasoning subsystem. -
Uses of JenaException in org.apache.jena.reasoner.rulesys
Subclasses of JenaException in org.apache.jena.reasoner.rulesysModifier and TypeClassDescriptionclassExceptions thrown by runtime errors in executing rule system builtin operations.static classInner class. -
Uses of JenaException in org.apache.jena.reasoner.rulesys.impl
Subclasses of JenaException in org.apache.jena.reasoner.rulesys.implModifier and TypeClassDescriptionclassException used to indicate syntactic errors the LP version of the backward chaining rule engine.