Class 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.

See Also:
  • Constructor Details

    • LanguageConsistencyException

      public LanguageConsistencyException(String message)