com.hp.hpl.jena.ontology
Class ProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.ontology.OntologyException
com.hp.hpl.jena.ontology.ProfileException
- All Implemented Interfaces:
- java.io.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.
- Version:
- CVS $Id: ProfileException.java,v 1.1 2003/05/23 11:13:05 ian_dickinson Exp $
- Author:
- Ian Dickinson, HP Labs
(email)
- See Also:
- Serialized Form
Methods inherited from class com.hp.hpl.jena.shared.JenaException |
getCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProfileException
public ProfileException(java.lang.String element,
Profile profile)
Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.