org.semanticweb.owl.model
Class OWLOntologyChangeVetoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owl.model.OWLException
org.semanticweb.owl.model.OWLOntologyChangeException
org.semanticweb.owl.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
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 |
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)