Uses of Class
com.hp.hpl.jena.ontology.OntologyException

Packages that use OntologyException
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
 

Uses of OntologyException in com.hp.hpl.jena.ontology
 

Subclasses of OntologyException in com.hp.hpl.jena.ontology
 class ConversionException
           Exception that is thrown when an ontology resource is converted to another facet, using as(), and the requested conversion is not possible.
 class LanguageConsistencyException
           An exception that denotes some inconsistency between the arguments to a method in the ontology API, and the language definition for a given ontology profile.
 class ProfileException
           Exception that is raised when an ontology operation is attempted that is not present in the language profile for the current ontology model.
 



Licenced under the Apache License, Version 2.0