Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.rl.exceptions
Class ContextException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.rules.rl.exceptions.RLException
              extended byoracle.rules.rl.exceptions.TypeCheckException
                  extended byoracle.rules.rl.exceptions.ContextException

All Implemented Interfaces:
java.io.Serializable

public class ContextException
extends TypeCheckException

Semantic error -- a language feature is used in the wrong context. Some features, e.g. the "fact" pattern matching keyword, can only be used in a specific context, e.g. the condition part of a rule.

See Also:
Serialized Form

Methods inherited from class oracle.rules.rl.exceptions.RLException
getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, 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 Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.