org.semanticweb.owlapi.model
Class OWLOntologyChangeVetoException

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.OWLOntologyChangeVetoException
All Implemented Interfaces:
java.io.Serializable

public class OWLOntologyChangeVetoException
extends OWLOntologyChangeException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

Describes a situation where a change was vetoed for some reason. Subclasses of this class may provide more information about why the change was vetoed.

See Also:
Serialized Form

Constructor Summary
OWLOntologyChangeVetoException(OWLOntologyChange change, java.lang.String message)
           
OWLOntologyChangeVetoException(OWLOntologyChange change, java.lang.String message, java.lang.Throwable cause)
           
OWLOntologyChangeVetoException(OWLOntologyChange change, java.lang.Throwable cause)
           
 
Method Summary
 
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

OWLOntologyChangeVetoException

public OWLOntologyChangeVetoException(OWLOntologyChange change,
                                      java.lang.String message)

OWLOntologyChangeVetoException

public OWLOntologyChangeVetoException(OWLOntologyChange change,
                                      java.lang.String message,
                                      java.lang.Throwable cause)

OWLOntologyChangeVetoException

public OWLOntologyChangeVetoException(OWLOntologyChange change,
                                      java.lang.Throwable cause)