org.semanticweb.owlapi.model
Class OWLOntologyRenameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.semanticweb.owlapi.model.OWLRuntimeException
                  extended by org.semanticweb.owlapi.model.OWLOntologyChangeException
                      extended by org.semanticweb.owlapi.model.OWLOntologyRenameException
All Implemented Interfaces:
java.io.Serializable

public class OWLOntologyRenameException
extends OWLOntologyChangeException

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

An exception that describes the situation where an ontology could not be renamed (have its ID set) because its manager already contained an ontology with the same name.

See Also:
Serialized Form

Constructor Summary
OWLOntologyRenameException(OWLOntologyChange change, OWLOntologyID ontologyID)
           
 
Method Summary
 OWLOntologyID getOntologyID()
           
 
Methods inherited from class org.semanticweb.owlapi.model.OWLOntologyChangeException
getChange
 
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

OWLOntologyRenameException

public OWLOntologyRenameException(OWLOntologyChange change,
                                  OWLOntologyID ontologyID)
Method Detail

getOntologyID

public OWLOntologyID getOntologyID()