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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MalformedOWLURIException
public MalformedOWLURIException(String e)
MalformedOWLURIException
public MalformedOWLURIException(String uri,
Exception e)
WonderWeb