public abstract class OWLOntologyChangeException extends OWLRuntimeException
| Constructor and Description |
|---|
OWLOntologyChangeException(OWLOntologyChange change,
String message) |
OWLOntologyChangeException(OWLOntologyChange change,
String message,
Throwable cause) |
OWLOntologyChangeException(OWLOntologyChange change,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyChange |
getChange()
Gets the ontology change that caused the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OWLOntologyChangeException(OWLOntologyChange change, String message)
public OWLOntologyChangeException(OWLOntologyChange change, String message, Throwable cause)
public OWLOntologyChangeException(OWLOntologyChange change, Throwable cause)
public OWLOntologyChange getChange()
Copyright © 2013 The University of Manchester. All Rights Reserved.