Ex4: Exception Handling - miguelneto1123/CES-22 GitHub Wiki

This exercise goes back to the calculator, adding a common exception: division by 0. This is version 1.0.1 for the calculator, still with no GUI, but now this error doesn't occur anymore.

A new package, error, was created, to hold the exceptions. The method to evaluate was modified to handle the division by 0 exception and the main method was modified to test the exception handling.

This exervise was made with 3 commits.