}
if(onFinish.startsWith(".")) {
throw new Exception("Forward returned to go to when task is complete is a tile (" + onFinish + "), this is not allowed. The forward must point an absolute or relative URL.");
}
} catch(Exception e) {
throw new TaskException(TaskException.INTERNAL_ERROR, e);
}
}