nrc.fuzzy
Class FuzzyRuleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nrc.fuzzy.FuzzyException
                    |
                    +--nrc.fuzzy.FuzzyRuleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IncompatibleRuleInputsException

public class FuzzyRuleException
extends FuzzyException
implements java.io.Serializable

Exceptions related to FuzzyRules.

See Also:
FuzzyException, IncompatibleRuleInputsException, Serialized Form

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

FuzzyRuleException

public FuzzyRuleException()

FuzzyRuleException

public FuzzyRuleException(java.lang.String message)