public class InconsistentOntologyException extends OWLReasonerRuntimeException
OWLReasoner
to indicate that the
imports closure of the root ontology (returned by
OWLReasoner.getRootOntology()
) is
inconsistent.Constructor and Description |
---|
InconsistentOntologyException()
Default constructor.
|
InconsistentOntologyException(String message) |
InconsistentOntologyException(String message,
Throwable cause) |
InconsistentOntologyException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InconsistentOntologyException()
public InconsistentOntologyException(@Nullable Throwable cause)
cause
- error causepublic InconsistentOntologyException(String message)
message
- error messageCopyright © 2020 The University of Manchester. All rights reserved.