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

de.jwic.controls.chart.api.ChartInconsistencyException Maven / Gradle / Ivy

There is a newer version: 5.3.43
Show newest version
package de.jwic.controls.chart.api;

/**
 * 
 * @author Karolina Marek (karolina-marek.eu)
 *
 * @date 03.11.2015
 */
public class ChartInconsistencyException extends Exception {

	/**
	 * checked exception thrown when chart configuration or dataset is not
	 * correctly defined
	 * 
	 * @param message
	 */
	public ChartInconsistencyException(String message) {
		super(message);
	}

	/**
	 * 
	 */
	private static final long serialVersionUID = 6041812207624820703L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy