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 { ...@@ -737,7 +737,7 @@ public class DefaultConfigurator implements Configurator {
if (cArgs.length != types.length) if (cArgs.length != types.length)
throw new ConfigurationException( throw new ConfigurationException(
"The size of the argument list of the XML configurable constructor (" "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."); + ") is unequal to the size of arguments of the constructor is was applied to.");
// Constructor can be called with the given XML // 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