locale tests

This commit is contained in:
Keith Donald
2008-04-21 21:37:41 +00:00
parent 7b5e365289
commit 1fab2662b5
4 changed files with 121 additions and 6 deletions

View File

@@ -65,7 +65,8 @@ public class ELExpression implements Expression {
} else {
EvaluationAttempt attempt = new EvaluationAttempt(this, context);
throw new EvaluationException(attempt, attempt
+ " failed: the expression path did not resolve--is the base variable incorrect?", null);
+ " failed: the expression path did not resolve--is the base variable spelled correctly?",
null);
}
}
return result;