nrc.fuzzy
Class InvalidDefuzzifyException

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

public class InvalidDefuzzifyException
extends FuzzySetException
implements java.io.Serializable

The InvalidDefuzzifyException class is thrown to indicate that a defuzzify operation on a FuzzySet failed. See FuzzySet methods momentDefuzzify and maximumDefuzzify.

See Also:
Serialized Form

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

InvalidDefuzzifyException

public InvalidDefuzzifyException()
Constructs a new InvalidDefuzzifyException.


InvalidDefuzzifyException

public InvalidDefuzzifyException(java.lang.String message)
Constructs a new XValuesOutOfOrderException with a specific detail message appended to the default detail message.

Parameters:
message - the specific detail message