Skip to content

Don't rethrow the targetException of InvocationTargetException when calling the ProxyBuilder$callSuper #203

@oxyroid

Description

@oxyroid

} catch (InvocationTargetException e) {
throw e.getCause();
}

The InvocationTargetException type is useful to locate the source of the target method exception, I think it should be retained.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions