Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rethrows Missing in Decompiled code #751

Open
0xbadb0d00 opened this issue Dec 9, 2023 · 1 comment
Open

Rethrows Missing in Decompiled code #751

0xbadb0d00 opened this issue Dec 9, 2023 · 1 comment
Labels
Missing details Needs more info to understand the problem

Comments

@0xbadb0d00
Copy link

Describe the bug

When you try to recompile a class that contains methods that rethrow to the caller an Exception, it generate the error:

unreported exception <ExceptionClass>; must be caught or declared to be thrown

The workaround is to modify manually the method declaration, by adding the throws instruction:

public static Type MethodName(Parameters) throws ExceptionClass {

@Col-E
Copy link
Owner

Col-E commented Dec 9, 2023

Can you provide a sample or be more specific with the description?

@Col-E Col-E added the Missing details Needs more info to understand the problem label Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing details Needs more info to understand the problem
Projects
None yet
Development

No branches or pull requests

2 participants