Package org.semanticweb.owlapi.reasoner
Class ClassExpressionNotInProfileException
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.ClassExpressionNotInProfileException
- All Implemented Interfaces:
Serializable
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassExpressionNotInProfileException
(OWLClassExpression classExpression, IRI profile) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassExpressionNotInProfileException
- Parameters:
classExpression
- wrong class expressionprofile
- profile
-
-
Method Details
-
getClassExpression
- Returns:
- wrong expression
-
getProfile
- Returns:
- profile
-