Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)