Commit 6cea80e3 authored by Clemens Krug's avatar Clemens Krug
Browse files

Make error message more readable

parent 1633646a
......@@ -737,7 +737,7 @@ public class DefaultConfigurator implements Configurator {
if (cArgs.length != types.length)
throw new ConfigurationException(
"The size of the argument list of the XML configurable constructor ("
+ cArgs
+ Arrays.toString(cArgs)
+ ") is unequal to the size of arguments of the constructor is was applied to.");
// Constructor can be called with the given XML
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment