if(this.tTypes && this.tTypes.length > 0){
    commentString += '@throws {' + this.tTypes.join('|') + '}';
    commentString += '\n * ';
  }