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

// Last modified on Wed Mar 28 07:35:39 2018 by hak

package hlt.math.fuzzy;

  

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



public class NonFuzzyValueException extends RuntimeException
{
  

Constructs a new NonFuzzyValueException with given message.


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


This file was generated on Sat Aug 25 09:29:34 CEST 2018 from file NonFuzzyValueException.java
by the hlt.language.tools.Hilite Java tool written by Hassan Aït-Kaci