nrc.fuzzy
Class IncompatibleFuzzyValuesException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nrc.fuzzy.FuzzyException
                    |
                    +--nrc.fuzzy.FuzzyValueException
                          |
                          +--nrc.fuzzy.IncompatibleFuzzyValuesException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleFuzzyValuesException
extends FuzzyValueException
implements java.io.Serializable

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.

See Also:
Serialized Form

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

IncompatibleFuzzyValuesException

public IncompatibleFuzzyValuesException()

IncompatibleFuzzyValuesException

public IncompatibleFuzzyValuesException(java.lang.String message)