Package oracle.rules.rl.exceptions
Class LogicalOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.rl.exceptions.RLException
oracle.rules.rl.exceptions.TypeCheckException
oracle.rules.rl.exceptions.LogicalOutOfBoundsException
- All Implemented Interfaces:
Serializable
Semantic error -- rule logical clause is greater than the number of supporting
expressions. A supporting expression is a top level ANDed factset expression.
Because every rule has at least 1 top level factset expression, a rule should always
support "logical = 1", but in the case of a top level not, or, or exist, asserted facts
will depend on the entire rule condition.
- See Also:
-
Method Summary
Methods inherited from class oracle.rules.rl.exceptions.TypeCheckException
getRuleName, getRulesetName, setRuleName, setRulesetName
Methods inherited from class oracle.rules.rl.exceptions.RLException
addSrcTrace, getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, getSteExtraCtx, printRLStackTrace, printRLStackTrace, printRLStackTrace, setColumn, setLine, setSource
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString