try {
    this.validateCoords(0, colIndex);
  } catch (err) {
    throw new Error('fixed-2d-array: column index ' + colIndex + ' is not valid.' +
      ' The size of this array is (' + this.getHeight() + '/' + this.getWidth() + ')');