com.hp.hpl.jena.ontology
Class LanguageConsistencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.ontology.OntologyException
                      extended by com.hp.hpl.jena.ontology.LanguageConsistencyException
All Implemented Interfaces:
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.2 2009-10-06 13:04:34 ian_dickinson Exp $
Author:
Ian Dickinson, HP Labs (email)
See Also:
Serialized Form

Constructor Summary
LanguageConsistencyException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LanguageConsistencyException

public LanguageConsistencyException(String message)


Licenced under the Apache License, Version 2.0