nrc.fuzzy
Class FuzzyValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nrc.fuzzy.FuzzyException
                    |
                    +--nrc.fuzzy.FuzzyValueException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IncompatibleFuzzyValuesException, InvalidLinguisticExpressionException, XValueOutsideUODException

public class FuzzyValueException
extends FuzzyException
implements java.io.Serializable

Exceptions related to FuzzyValues

See Also:
FuzzyException, IncompatibleFuzzyValuesException, Serialized Form

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

FuzzyValueException

public FuzzyValueException()

FuzzyValueException

public FuzzyValueException(java.lang.String message)