Class RuleParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.episteme.core.mathematics.logic.fuzzy.RuleParsingException
- All Implemented Interfaces:
Serializable
This exception is thrown if an error occurs during parsing a fuzzy rule.
- Version:
- 0.0.1
- Author:
- Levent Bayindir
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new RuleParsingException object.Creates a new RuleParsingException object. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuleParsingException
Creates a new RuleParsingException object.- Parameters:
s- DOCUMENT ME!
-
RuleParsingException
public RuleParsingException()Creates a new RuleParsingException object.
-