JavaScript is disabled on your browser.
Oracle Business Rules Java API Reference 12c (12.1.3) E51477-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Oracle Business Rules Java API Reference 12c (12.1.3) E51477-01
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2006,2014 Oracle and/or its affiliates. All rights reserved.