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

Constructor Summary
MalformedOWLConstructRDFException(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

MalformedOWLConstructRDFException

public MalformedOWLConstructRDFException(String message)


WonderWeb