BadFuzzyValuePrecisionException.java

// FILE. . . . . d:/hak/hlt/src/hlt/math/fuzzy/BadFuzzyValuePrecisionException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hp-Zbook
// STARTED ON. . Sun May 27 08:15:53 2018

package hlt.math.fuzzy;

package hlt.math.fuzzy package documentation listing



Class of RuntimeException indicating a bad fuzzy value precision.

See also:  FuzzyAlgebra
Copyright:  © by the author
Author:  Hassan Aït-Kaci
Version:  Last modified on Sun Dec 08 14:27:12 2019 by hak


public class BadFuzzyValuePrecisionException extends RuntimeException
{
  

Constructs a new BadFuzzyValuePrecisionException with given message.

  public BadFuzzyValuePrecisionException (String message)
    {
      super(message);
    }
}


This file was generated on Wed Dec 18 03:38:08 PST 2019 from file BadFuzzyValuePrecisionException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci