nrc.fuzzy
Class FuzzySetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nrc.fuzzy.FuzzyException
                    |
                    +--nrc.fuzzy.FuzzySetException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidDefuzzifyException, NoXValueForMembershipException, XValuesOutOfOrderException, YValueOutOfRangeException

public class FuzzySetException
extends FuzzyException
implements java.io.Serializable

A subdivision of FuzzyExceptions to identify more specifically those exceptions related to FuzzySet creation and manipulation.

See Also:
Serialized Form

Constructor Summary
FuzzySetException()
           
FuzzySetException(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

FuzzySetException

public FuzzySetException()

FuzzySetException

public FuzzySetException(java.lang.String message)