Class SemReasonerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.semedy.reasoner.api.reasoning.SemReasonerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BuiltinException
,EDBException
,ReasoningException
,RewriterException
,SimpleParseException
Base class for all Semreasoner-related exceptions.
- See Also:
-
Constructor Summary
ConstructorDescriptionSemReasonerException
(String message) SemReasonerException
(String message, Throwable throwable) SemReasonerException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SemReasonerException
-
SemReasonerException
-
SemReasonerException
-