All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gsi.chart.renderer.spi.hexagon.NoHexagonFoundException Maven / Gradle / Ivy

package de.gsi.chart.renderer.spi.hexagon;

/**
 * This exception is thrown when trying to retrieve a Hexagon from a position where ther is no Hexagon
 */
public class NoHexagonFoundException extends Exception {

    private static final long serialVersionUID = -3886480899940588279L;

    public NoHexagonFoundException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy