Skip to content
Snippets Groups Projects
Commit 068c10a4 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

More precise error message

parent 3c13da67
No related branches found
No related tags found
No related merge requests found
...@@ -469,7 +469,7 @@ public class WeatherUtil { ...@@ -469,7 +469,7 @@ public class WeatherUtil {
} }
else else
{ {
throw new ConfigValidationException("Missing weather data. Number of observations per parameter: " throw new ConfigValidationException("Missing weather data. Number of _found_ observations per parameter (deviating number indicates missing data for that parameter): "
+ "TM=" + TM.size() + "TM=" + TM.size()
+ ",RR=" + RR.size() + ",RR=" + RR.size()
+ ",UM=" + UM.size() + ",UM=" + UM.size()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment