Class FactClassException

All Implemented Interfaces:
Serializable

public class FactClassException extends RLException
Semantic error -- a Java class has been used before its fact class statement. A fact class must be the first mention of the Java class (except for the import statement) in the rule session.
See Also: