NonFuzzyValueException.java

// FILE. . . . . d:/hak/hlt/src/hlt/math/fuzzy/NonFuzzyValueException.java
// EDIT BY . . . Hassan Ait-Kaci
// ON MACHINE. . Hp-Zbook
// STARTED ON. . Tue Mar 27 06:44:19 2018

package hlt.math.fuzzy;

package hlt.math.fuzzy package documentation listing



Class of RuntimeException indicating a violation of [0,1]-fuzzy value range constraint.

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


public class NonFuzzyValueException extends RuntimeException
{
  

Constructs a new NonFuzzyValueException with given message.

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


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