Hi.........

i am trying find out the best way of handling exception for the below method
public String changeString(String source) throws SomeException{
String target;
.....i am modifying...