|
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
,
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.
author: Ian Dickinson, HP Labs author: (email) version: CVS $Id: ProfileException.java,v 1.7 2008/01/02 12:06:41 andy_seaborne Exp $ |