org.semanticweb.owl.io.abstract_syntax
Class MalformedOWLURIException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.semanticweb.owl.model.OWLException
                    |
                    +--org.semanticweb.owl.io.abstract_syntax.MalformedOWLURIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MalformedOWLPropertyURIException

public class MalformedOWLURIException
extends OWLException

MalformedOWLURIException.java.

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

Constructor Summary
MalformedOWLURIException(String e)
           
MalformedOWLURIException(String uri, Exception e)
           
 
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

MalformedOWLURIException

public MalformedOWLURIException(String e)

MalformedOWLURIException

public MalformedOWLURIException(String uri,
                                Exception e)


WonderWeb