Class NoRulesFiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.logic.fuzzy.NoRulesFiredException
All Implemented Interfaces:
Serializable

public class NoRulesFiredException extends Exception

This exception is thrown if defuzzification is attempted and no rules fired.

Version:
0.0.1
Author:
Levent Bayindir
See Also:
  • Constructor Details

    • NoRulesFiredException

      public NoRulesFiredException(String s)
      Creates a new NoRulesFiredException object.
      Parameters:
      s - DOCUMENT ME!
    • NoRulesFiredException

      public NoRulesFiredException()
      Creates a new NoRulesFiredException object.