improved error message

This commit is contained in:
Lars Kühne 2002-12-01 09:01:33 +00:00
parent fbbaff4827
commit 0fb155232f
1 changed files with 2 additions and 1 deletions

View File

@ -157,7 +157,8 @@ public class Checker extends AutomaticBean
catch (Exception ex) {
// TODO i18n
throw new CheckstyleException(
"cannot initialize filesetcheck of class " + className);
"cannot initialize filesetcheck of class "
+ className + " - " + ex.getMessage());
}
}
}