made exception message more specific

This commit is contained in:
Keith Donald
2007-04-05 20:14:18 +00:00
parent 9d2c3a073c
commit 1badb17be0

View File

@@ -86,7 +86,7 @@ public class FlowExecutionHolderUtils {
}
else {
throw new EvaluationException("No current FlowExecution bound to the Faces Context "
+ "- was the current flow execution restored before any components referenced it? "
+ "- was the current flow execution not restored before a view referenced it? "
+ "Has the flow execution ended or expired?");
}
}