mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-12-01 21:09:18 -06:00
slightly improve error message
This commit is contained in:
parent
112ad332cd
commit
c0171dcec6
@ -102,7 +102,7 @@ public class OpsOwner extends RawOpFields {
|
||||
itemizedMaps.add(stmtDetails);
|
||||
} else {
|
||||
throw new RuntimeException("Unknown inner value type on map-based statement definition: name:'" + entries.getKey() + "', type:'" +
|
||||
entries.getValue().getClass() + "', only maps and strings are recognized.");
|
||||
(entries.getValue() == null ? "NULL" : entries.getValue().getClass()) + "', only maps and strings are recognized.");
|
||||
}
|
||||
}
|
||||
setOpsFieldByType(itemizedMaps);
|
||||
|
Loading…
Reference in New Issue
Block a user