incendium.exceptions.JavaError - ignition-devs/incendium GitHub Wiki
Class JavaError
- BaseException
- Exception
- JavaError
- Exception
Syntax
JavaError(message, [inner_exception], [cause], [remove_substring])
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
.