Class JavaException

All Implemented Interfaces:
Serializable

public class JavaException extends RLRuntimeException
Runtime error -- an invoked Java method threw an exception.
See Also:
  • Constructor Details

    • JavaException

      public JavaException(String reason, String msgID, Object[] args, 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.