When there`s a risk of a statement generating an exception, you use a try block. Each try block needs to be paired with at least one specific catch block. Take a look at how to use this kind of syntax...
↧