Incomplete - task 1: Getting started with your first Spring web application development project

This commit is contained in:
Keith Donald
2008-04-25 04:02:23 +00:00
parent 9ce9f4e380
commit 5282106c5f

View File

@@ -91,7 +91,8 @@ public class FlowResourceFlowViewResolver implements FlowViewResolver {
return view;
}
} else {
throw new IllegalArgumentException("Unsupported view type " + viewPath + " only types supported are [.jsp]");
throw new IllegalArgumentException("Unsupported view type " + viewPath
+ " only types supported by this FlowViewResolver implementation are [.jsp]");
}
}
}