this.causeMap.forEach(function(cause, key) {
                count++;
                stack += _this.type + " cause mapped to '" + key + "':\n";
                stack += cause.message + "\n";
                stack += cause.stack;