1. /*some code here*/2. try { 3. /*some code here*/4. } catch (SomeException se) {5. /*some code here*/6. } finally {7. /*some code here*/8. }