Package org.semanticweb.owlapi.reasoner
Class AxiomNotInProfileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
org.semanticweb.owlapi.reasoner.AxiomNotInProfileException
- All Implemented Interfaces:
Serializable
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AxiomNotInProfileException
- Parameters:
axiom
- wrong axiomprofile
- profile
-
-
Method Details
-
getAxiom
- Returns:
- wrong axiom
-
getProfile
- Returns:
- profile
-