phiz71 / vertx-swagger

Swagger integration in Eclipse Vert.X world. A dynamic Vert.X router, configured with a swagger file and a swagger-codegen plugin to generate a server stub.
Apache License 2.0
86 stars 35 forks source link

MainApiException extend RuntimeException instead #63

Closed lopesmcc closed 7 years ago

lopesmcc commented 7 years ago

Can we have MainApiException extend RuntimeException instead of Exception? This would make them RxJava friendly, as we wouldn't need to wrap them into a unchecked exception before throwing.

Thanks.

phiz71 commented 7 years ago

Will close when the next release will be created