Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.rl.exceptions
Class JavaException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.rules.rl.exceptions.RLException
              extended byoracle.rules.rl.exceptions.RLRuntimeException
                  extended byoracle.rules.rl.exceptions.JavaException

All Implemented Interfaces:
java.io.Serializable

public class JavaException
extends RLRuntimeException

Runtime error -- an invoked Java method threw an exception.

See Also:
Serialized Form

Constructor Summary
JavaException(java.lang.String reason, java.lang.String msgID, java.lang.Object[] args, java.lang.Throwable cause)
          Constructor.

 

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

 

Constructor Detail

JavaException

public JavaException(java.lang.String reason,
                     java.lang.String msgID,
                     java.lang.Object[] args,
                     java.lang.Throwable cause)
Constructor.
Parameters:
reason - the localized exception description from the ResourceBundle. Indicates an exception was thrown by the invoked Java method.
msgID - the message ID
args - the arguments to the localized message.
cause - thrown from Java.

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.