org.semanticweb.owl.io.owl_rdf
Class MalformedOWLConstructRDFException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.xml.sax.SAXException
|
+--org.semanticweb.owl.io.owl_rdf.MalformedOWLConstructRDFException
- All Implemented Interfaces:
- Serializable
- public class MalformedOWLConstructRDFException
- extends SAXException
This exception represents a condition where we have encountered a
badly constructed OWL expression. For example, a Restriction has
not been given an onProperty. Extends org.xml.sax.SAXException in order to allow it to be thrown in the Parsers.
Created: Thu Feb 13 14:55:48 2003
- Version:
- $Id: MalformedOWLConstructRDFException.java,v 1.1.1.1 2003/10/14 17:10:17 sean_bechhofer Exp $
- See Also:
- Serialized Form
MalformedOWLConstructRDFException
public MalformedOWLConstructRDFException(String message)
WonderWeb