com.hammurapi.reasoning
Class ReasoningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hammurapi.reasoning.ReasoningException
- All Implemented Interfaces:
- Serializable
public class ReasoningException
- extends Exception
RuleExecutionException from JSR-94.
Indicates problem during inference (rule execution).
- Author:
- Pavel
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReasoningException
public ReasoningException(String message)
ReasoningException
public ReasoningException(String message,
Exception cause)
ReasoningException
public ReasoningException(Exception cause)