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, toStringpublic InconsistentOntologyException()
public InconsistentOntologyException(@Nullable Throwable cause)
cause - error causepublic InconsistentOntologyException(String message)
message - error messageCopyright © 2019 The University of Manchester. All rights reserved.