incendium.exceptions.JavaError - ignition-devs/incendium GitHub Wiki

Class JavaError

Syntax

JavaError(message, [inner_exception], [cause], [remove_substring])

Args:

  • message (str): The error message.
  • inner_exception (Throwable): The inner Exception. Optional. Defaults to None.
  • cause (str): The cause of the Exception. Optional. Defaults to None.
  • remove_substring (str): The substring to be removed from message. Optional. Defaults to None.