Package oracle.rules.rl.exceptions
Class FactClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.rl.exceptions.RLException
oracle.rules.rl.exceptions.FactClassException
- All Implemented Interfaces:
Serializable
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:
-
Method Summary
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