Class NoRulesFiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.logic.fuzzy.NoRulesFiredException
- All Implemented Interfaces:
Serializable
This exception is thrown if defuzzification is attempted and no rules fired.
- Version:
- 0.0.1
- Author:
- Levent Bayindir
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new NoRulesFiredException object.Creates a new NoRulesFiredException object. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoRulesFiredException
Creates a new NoRulesFiredException object.- Parameters:
s- DOCUMENT ME!
-
NoRulesFiredException
public NoRulesFiredException()Creates a new NoRulesFiredException object.
-