public class JavaException extends RLRuntimeException
| Constructor and Description |
|---|
JavaException(java.lang.String reason, java.lang.String msgID, java.lang.Object[] args, java.lang.Throwable cause)
Constructor.
|
getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, printRLStackTrace, printRLStackTrace, printRLStackTrace, setColumn, setLine, setSource
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.