-
-
Notifications
You must be signed in to change notification settings - Fork 2
incendium.exceptions.JavaError
César Román edited this page Apr 30, 2024
·
1 revision
-
exceptions.BaseException
-
exceptions.Exception
- incendium.exceptions.JavaError
-
exceptions.Exception
Args:
- message (
str
): The error message. - inner_exception (
Throwable
): The inner Exception. Optional. Defaults toNone
. - cause (
str
): The cause of the Exception. Optional. Defaults toNone
. - remove_substring (
str
): The substring to be removed from message. Optional. Defaults toNone
.