org.semanticweb.owl.io.abstract_syntax
Class UndefinedOWLPropertyTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.semanticweb.owl.model.OWLException
                    |
                    +--org.semanticweb.owl.io.abstract_syntax.UndefinedOWLPropertyTypeException
All Implemented Interfaces:
Serializable

public class UndefinedOWLPropertyTypeException
extends OWLException

UndefinedOWLPropertyTypeException.java.

Version:
$Id: UndefinedOWLPropertyTypeException.java,v 1.1 2003/12/01 17:06:10 dturi Exp $
See Also:
Serialized Form

Constructor Summary
UndefinedOWLPropertyTypeException(String id)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndefinedOWLPropertyTypeException

public UndefinedOWLPropertyTypeException(String id)


WonderWeb