| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.6.3) E10663-10 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           oracle.rules.rl.exceptions.RLException
oracle.rules.rl.exceptions.RLException
               oracle.rules.rl.exceptions.RLRuntimeException
oracle.rules.rl.exceptions.RLRuntimeException
                   oracle.rules.rl.exceptions.JavaException
oracle.rules.rl.exceptions.JavaException
public class JavaException
Runtime error -- an invoked Java method threw an exception.
| Constructor Summary | |
|---|---|
| JavaException(java.lang.String reason, java.lang.String msgID, java.lang.Object[] args, java.lang.Throwable cause)Constructor. | |
| 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 | 
| Constructor Detail | 
|---|
public JavaException(java.lang.String reason,
                     java.lang.String msgID,
                     java.lang.Object[] args,
                     java.lang.Throwable cause)
reason - the localized exception description from the ResourceBundle. Indicates an exception was thrown by the invoked Java method.msgID - the message IDargs - the arguments to the localized message.cause - thrown from Java.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.6.3) E10663-10 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||