eu.webtoolkit.jwt.chart.PlotException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwt Show documentation
Show all versions of jwt Show documentation
Java library for developing web applications
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