|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--nrc.fuzzy.FuzzyException | +--nrc.fuzzy.FuzzySetException | +--nrc.fuzzy.InvalidDefuzzifyException
The InvalidDefuzzifyException
class is thrown to indicate that
a defuzzify operation on a FuzzySet failed. See FuzzySet methods momentDefuzzify
and maximumDefuzzify.
Constructor Summary | |
InvalidDefuzzifyException()
Constructs a new InvalidDefuzzifyException. |
|
InvalidDefuzzifyException(java.lang.String message)
Constructs a new XValuesOutOfOrderException with a specific detail message appended to the default detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InvalidDefuzzifyException()
public InvalidDefuzzifyException(java.lang.String message)
message
- the specific detail message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |