Skip to content

incendium.exceptions.JavaError

César Román edited this page Apr 30, 2024 · 1 revision

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.
Clone this wiki locally