Hi there..
if you are using a Script task with java code in it, you must handle the exception with a Try/Catch block as you normally do it Java. If you are talking about business exceptions (not java, not related with java code at all) that's a different story. But they are not Java exceptions, they are business exceptions.
Greetings.