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

Constructor Summary
OWLFullConstructRDFException(String message)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLFullConstructRDFException

public OWLFullConstructRDFException(String message)


WonderWeb