Class RuleParsingException

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

public class RuleParsingException extends Exception

This exception is thrown if an error occurs during parsing a fuzzy rule.

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

    • RuleParsingException

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

      public RuleParsingException()
      Creates a new RuleParsingException object.