Class EvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.logic.fuzzy.EvaluationException
All Implemented Interfaces:
Serializable

public class EvaluationException extends Exception

This exception is thrown if an error occurs during evaluation of a rule.

Most likely a MembershipFunction name is written wrong in the rule!

Version:
0.0.1
Author:
Levent Bayindir
See Also:
  • Constructor Details

    • EvaluationException

      public EvaluationException(String s)
      Creates a new EvaluationException object.
      Parameters:
      s - DOCUMENT ME!
    • EvaluationException

      public EvaluationException()
      Creates a new EvaluationException object.