lots of exercises in java... from https://github.com/exercism/java
Cristian Rivas Gómez be509782d0 Add new exercise Error Handling (#1338) před 8 roky
..
.meta Add new exercise Error Handling (#1338) před 8 roky
src Add new exercise Error Handling (#1338) před 8 roky
README.md Add new exercise Error Handling (#1338) před 8 roky
build.gradle Add new exercise Error Handling (#1338) před 8 roky

README.md

Error Handling

Implement various kinds of error handling and resource management.

An important point of programming is how to handle errors and close resources even if errors occur.

This exercise requires you to handle various errors. Because error handling is rather programming language specific you'll have to refer to the tests for your track to see what's exactly required.

Running the tests

You can run all the tests for an exercise by entering

$ gradle test

in your terminal.

Submitting Incomplete Solutions

It's possible to submit an incomplete solution so you can see how others have completed the exercise.