Package oracle.rules.rl.exceptions
Class JavaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.rl.exceptions.RLException
oracle.rules.rl.exceptions.RLRuntimeException
oracle.rules.rl.exceptions.JavaException
- All Implemented Interfaces:
Serializable
Runtime error -- an invoked Java method threw an exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaException
(String reason, String msgID, Object[] args, Throwable cause) Constructor. -
Method Summary
Methods inherited from class oracle.rules.rl.exceptions.RLException
addSrcTrace, getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, getSteExtraCtx, 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
-
Constructor Details
-
JavaException
Constructor.- Parameters:
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.
-