Package org.semanticweb.owlapi.reasoner
Class OWLReasonerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
org.semanticweb.owlapi.reasoner.OWLReasonerRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AxiomNotInProfileException
,ClassExpressionNotInProfileException
,FreshEntitiesException
,IllegalConfigurationException
,ImportsClosureNotInProfileException
,InconsistentOntologyException
,ReasonerInternalException
,TimeOutException
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.OWLReasonerRuntimeException
(String message) OWLReasonerRuntimeException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OWLReasonerRuntimeException
public OWLReasonerRuntimeException()Default constructor. -
OWLReasonerRuntimeException
- Parameters:
cause
- error cause
-
OWLReasonerRuntimeException
- Parameters:
message
- error message
-
OWLReasonerRuntimeException
- Parameters:
message
- error messagecause
- error cause
-