Skip navigation links

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

E10663-03


oracle.rules.rl.exceptions
Class FactClassException

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.FactClassException

All Implemented Interfaces:
java.io.Serializable

public class FactClassException
extends RLException

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:
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)

E10663-03


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