Skip to content
Snippets Groups Projects
Commit 73eb56e8 authored by felmer's avatar felmer
Browse files

SE-178 improve error message

SVN: 13989
parent 640b5f83
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public class HeaderBasedValueValidatorFactory implements IValidatorFactory, ICol
String key = sectionProperties.getKey();
Properties props = sectionProperties.getProperties();
String pattern = PropertyUtils.getMandatoryProperty(props, HEADER_PATTERN_KEY);
builder.append('\n').append("Regular expression header of type '").append(key);
builder.append('\n').append("Regular expression for headers of type '").append(key);
builder.append("' have to match: ").append(pattern);
try
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment