nrc.fuzzy
Class FuzzyVariableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nrc.fuzzy.FuzzyException
                    |
                    +--nrc.fuzzy.FuzzyVariableException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidFuzzyVariableNameException, InvalidUODRangeException

public class FuzzyVariableException
extends FuzzyException
implements java.io.Serializable

See Also:
Serialized Form

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

FuzzyVariableException

public FuzzyVariableException()

FuzzyVariableException

public FuzzyVariableException(java.lang.String message)