Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


oracle.rules.rl.exceptions
Class MultipleDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.rules.rl.exceptions.RLException
              extended by oracle.rules.rl.exceptions.TypeCheckException
                  extended by oracle.rules.rl.exceptions.MultipleDefinitionException

All Implemented Interfaces:
java.io.Serializable

public class MultipleDefinitionException
extends TypeCheckException

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:
Serialized Form

Method Summary

 

Methods inherited from class oracle.rules.rl.exceptions.RLException
addRLStackTraceElement, getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, printRLStackTrace, printRLStackTrace, printRLStackTrace, setColumn, setLine, setSource

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.6.2)

E10663-08


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.