com.hp.hpl.jena.ontology
Class LanguageConsistencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.shared.JenaException
                  extended bycom.hp.hpl.jena.ontology.OntologyException
                      extended bycom.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

Constructor Summary
LanguageConsistencyException(java.lang.String message)
           
 
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
 

Constructor Detail

LanguageConsistencyException

public LanguageConsistencyException(java.lang.String message)


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.