|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyAlreadyExistsException
public class OWLOntologyAlreadyExistsException
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 18-Jan-2009
Constructor Summary | |
---|---|
OWLOntologyAlreadyExistsException(OWLOntologyID id)
Constructs the exception to indicate that an ontology already exists when trying to create a new one |
Method Summary | |
---|---|
OWLOntologyID |
getOntologyID()
|
IRI |
getOntologyIRI()
|
IRI |
getVersionIRI()
The ontology version IRI |
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 OWLOntologyAlreadyExistsException(OWLOntologyID id)
id
- The ID of the ontology (not null
)Method Detail |
---|
public OWLOntologyID getOntologyID()
public IRI getOntologyIRI()
public IRI getVersionIRI()
null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |