8485868788899091
* @throws MapException if a property is not valid */ public void checkProperties() throws MapException { if (getWidth() != 16 && getHeight() != 16) { throw new MapException("The width or the height must be 16"); } }