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

StandardException not supported #173

Open
stijnb1234 opened this issue May 21, 2023 · 0 comments
Open

StandardException not supported #173

stijnb1234 opened this issue May 21, 2023 · 0 comments

Comments

@stijnb1234
Copy link

Lombok v1.18.21 adds StandardException. When I delombok my project, I get the following error on a class annotated with StandardException:

E:\IntelliJWorkspace\VehiclesPlus-v3\API\src\main\java\nl\sbdeveloper\vehiclesplus\api\vehicles\impl\StorageVehicle.java:135: error: constructor UnsupportedTrunkSizeException in class nl.sbdeveloper.vehiclesplus.api.exceptions.UnsupportedTrunkSizeException cannot be applied to given types;
                throw new UnsupportedTrunkSizeException("BaseVehicle " + getVehicleModel().getId() + " has an invalid trunk size.");
                      ^
  required: no arguments
  found: java.lang.String
  reason: actual and formal argument lists differ in length

This will probably be fixed by #162.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant