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

eu.webtoolkit.jwt.chart.PlotException Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2009 Emweb bvba, Leuven, Belgium.
 *
 * See the LICENSE file for terms of use.
 */
package eu.webtoolkit.jwt.chart;

class PlotException extends RuntimeException {
	PlotException(String message) {
		super(message);
	}

	String what() {
		return this.getMessage();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy