org.semanticweb.owl.model
Class OWLOntologyChangeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.semanticweb.owl.model.OWLException
              
org.semanticweb.owl.model.OWLOntologyChangeException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - ImmutableOWLOntologyChangeException, OWLOntologyChangeVetoException
 
public abstract class OWLOntologyChangeException
- extends OWLException
 
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 13-Apr-2007
 A high level exception interface that describes errors that occurred when
 applying changes to ontologies.
- See Also:
 - Serialized Form
 
 
 
| 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 | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
OWLOntologyChangeException
public OWLOntologyChangeException(OWLOntologyChange change,
                                  java.lang.String message)
OWLOntologyChangeException
public OWLOntologyChangeException(OWLOntologyChange change,
                                  java.lang.String message,
                                  java.lang.Throwable cause)
OWLOntologyChangeException
public OWLOntologyChangeException(OWLOntologyChange change,
                                  java.lang.Throwable cause)
getChange
public OWLOntologyChange getChange()
- Gets the ontology change that caused the exception.