return null;
else
return (Goal)newGoal.getImpl();
} catch (Failure f) {
//problem.debug("Failure during execution of goal '" + goal.getName()+"'");
throw new Failure();
}
catch (Exception e) {
String msg = "Unexpected exception during execution of goal '" + goal.getName()+"'";
problem.log(msg);
problem.log(e.toString());