Package org.apache.jena.ontology
Class LanguageConsistencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.jena.shared.JenaException
-
- org.apache.jena.ontology.OntologyException
-
- org.apache.jena.ontology.LanguageConsistencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class LanguageConsistencyException extends OntologyException
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. For example, the arguments of an intersection class description should all be classes.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LanguageConsistencyException(java.lang.String message)
-