org.semanticweb.owl.io.owl_rdf
Class OWLFullConstructRDFException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.xml.sax.SAXException
|
+--org.semanticweb.owl.io.owl_rdf.OWLFullConstructRDFException
- All Implemented Interfaces:
- Serializable
- public class OWLFullConstructRDFException
- extends SAXException
This exception represents a condition where we have encountered an
OWL Full construct in an ontology. For example, a property has not
been explicitly typed as an ObjectProperty or
DatatypeProperty. Extends org.xml.sax.SAXException in order to allow it to be thrown in the
Parsers.
Created: Thu Feb 13 14:57:45 2003
- Version:
- $Id: OWLFullConstructRDFException.java,v 1.1.1.1 2003/10/14 17:10:18 sean_bechhofer Exp $
- See Also:
- Serialized Form
OWLFullConstructRDFException
public OWLFullConstructRDFException(String message)
WonderWeb