Package oracle.rules.rl.exceptions
Class MultipleDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.rl.exceptions.RLException
oracle.rules.rl.exceptions.TypeCheckException
oracle.rules.rl.exceptions.MultipleDefinitionException
- All Implemented Interfaces:
Serializable
Semantic error -- a name has been defined more than once.
Function names must be unique within a ruleset.
RL Type names must be unique within a ruleset.
Java classes must be unique within a package.
Global variable names must be unique within a ruleset.
Local variables names must be unique within the immediately enclosing block,
and may not have the same name as a variable in an outer block.
- 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