org.semanticweb.owlapi.model
Class OWLOntologyDocumentAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owlapi.model.OWLException
              extended by org.semanticweb.owlapi.model.OWLOntologyCreationException
                  extended by org.semanticweb.owlapi.model.OWLOntologyDocumentAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class OWLOntologyDocumentAlreadyExistsException
extends OWLOntologyCreationException

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 22-Dec-2009

An exception that describes the situation where there was an attempt to create or load an ontology where the corresponding ontology document IRI already was already mapped to an ontology.

See Also:
Serialized Form

Constructor Summary
OWLOntologyDocumentAlreadyExistsException(IRI ontologyDocumentIRI)
           
 
Method Summary
 IRI getOntologyDocumentIRI()
           
 
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

OWLOntologyDocumentAlreadyExistsException

public OWLOntologyDocumentAlreadyExistsException(IRI ontologyDocumentIRI)
Method Detail

getOntologyDocumentIRI

public IRI getOntologyDocumentIRI()