|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.semanticweb.owl.model.OWLRuntimeException org.semanticweb.owl.model.OWLOntologyURIMappingNotFoundException
public class OWLOntologyURIMappingNotFoundException
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007
An exception which describes the situation where no ontology URI -> physical URI mapping
could be found. This is a runtime exception since clients should really ensure that a
mapping exists before attempting to load an ontology.
Constructor Summary | |
---|---|
OWLOntologyURIMappingNotFoundException(java.net.URI ontologyURI)
|
Method Summary |
---|
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 |
---|
public OWLOntologyURIMappingNotFoundException(java.net.URI ontologyURI)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |