|
||||||||||
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.FuzzyValueException | +--nrc.fuzzy.IncompatibleFuzzyValuesException
An exception that is raised when an operation on two FuzzyValues (such as fuzzy union) is attempted and the FuzzyValues are associated with different FuzzyVariables.
Constructor Summary | |
IncompatibleFuzzyValuesException()
|
|
IncompatibleFuzzyValuesException(java.lang.String 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 IncompatibleFuzzyValuesException()
public IncompatibleFuzzyValuesException(java.lang.String message)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |