|
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.
|
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