Class ProfileException

All Implemented Interfaces:
Serializable

public class ProfileException extends OntologyException

Exception that is raised when an ontology operation is attempted that is not present in the language profile for the current ontology model. For example, if the language profile is owl lite, class complements are not permitted and so that element of the profile is null. An attempt to create a class complement in an OWL Lite model will raise a ProfileException.

See Also:
  • Constructor Details

    • ProfileException

      public ProfileException(String element, Profile profile)