If I have unhandled exception in Java, Eclipse proposes two options to me: (1) add throws declaration and (2) surround with try/catch.
If I choose (2) it adds a code
Yes, you can change the default code added by Eclipse.
Consider adding a TODO comment in the default catch block. For example, the default includes:
// ${todo} Auto-generated catch block