1 00:00:11,950 --> 00:00:21,010 Hello, everyone, this part will be the closing part of exceptions in error handling, we can now surely 2 00:00:21,010 --> 00:00:23,890 resolve some assignments regarding this issue. 3 00:00:24,700 --> 00:00:31,000 I must say before that, it would not be as challenging as the last practice parts of object oriented 4 00:00:31,300 --> 00:00:32,520 or event collections. 5 00:00:32,680 --> 00:00:39,030 It's a much lighter part type of practice just so you get the hang of error handling. 6 00:00:39,580 --> 00:00:45,700 So what's going to happen next is you're going to have a preprepared parts of code that will surely 7 00:00:45,700 --> 00:00:46,870 raise an exceptions. 8 00:00:46,900 --> 00:00:52,330 And your mission is to use try accept statements to overcome the code from Feilding. 9 00:00:52,660 --> 00:00:59,650 OK, for example, if you're using a variable without being declared first, assign any value to it 10 00:00:59,650 --> 00:01:00,880 in accept part. 11 00:01:01,660 --> 00:01:04,150 So you have three simple examples. 12 00:01:04,150 --> 00:01:12,910 Basically these are the examples from the first lecture right here where we went over the types of exceptions. 13 00:01:13,270 --> 00:01:20,500 And right here you're going to to take these parts of code, wrap them around with try and accept and 14 00:01:20,500 --> 00:01:24,460 try to resolve the exceptions that are raised. 15 00:01:25,090 --> 00:01:32,440 Obviously, the parts that I wrote here, you're going to put inside try and then you're going to try 16 00:01:32,440 --> 00:01:36,690 to resolve the code from failing in the accept part. 17 00:01:37,090 --> 00:01:37,590 All right. 18 00:01:37,720 --> 00:01:38,590 That's about it. 19 00:01:38,860 --> 00:01:39,500 Good luck. 20 00:01:39,520 --> 00:01:43,240 I see in the next video the answers for this practice part.