mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
improve OpConfig errors
This commit is contained in:
@@ -46,6 +46,10 @@ public class OpConfigError extends ActivityInitError {
|
||||
sb.append(" [from:" + configSource + "] ");
|
||||
}
|
||||
|
||||
if (getCause()!=null) {
|
||||
sb.append("cause: " + getCause().getMessage());
|
||||
}
|
||||
|
||||
// if (getCause()!=null) {
|
||||
// StackTraceElement causeFrame = getCause().getStackTrace()[0];
|
||||
// sb.append("\n\t caused by ")
|
||||
|
||||
Reference in New Issue
Block a user