com.hp.hpl.jena.ontology
Class LanguageConsistencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.ontology.OntologyException
com.hp.hpl.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.
- Version:
- CVS $Id: LanguageConsistencyException.java,v 1.1 2003/05/09 16:05:34 ian_dickinson Exp $
- Author:
- Ian Dickinson, HP Labs
(email)
- See Also:
- Serialized Form
Methods inherited from class com.hp.hpl.jena.shared.JenaException |
getCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LanguageConsistencyException
public LanguageConsistencyException(java.lang.String message)
Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.