patriques82 / alphavantage4j

(Repository is not maintained anymore) A Java wrapper to get stock data and stock indicators from the Alpha Vantage API
https://www.alphavantage.co/
Apache License 2.0
124 stars 73 forks source link

Refactoring of exceptions and some other simplifications #6

Closed cbmarc closed 6 years ago

cbmarc commented 6 years ago

To sumarize, by extending from RuntimeException you don't need to declare the throws in every method, as runtime exceptions are ment to be thrown without explicitly doing so.

patriques82 commented 6 years ago

Did you resolve the conflict?