
nl.pvanassen.geckoboard.api.error.GeckoboardException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geckoboard-api Show documentation
Show all versions of geckoboard-api Show documentation
A Java API to generate highchart json on the server side.
The newest version!
package nl.pvanassen.geckoboard.api.error;
public class GeckoboardException extends RuntimeException {
private static final long serialVersionUID = -2261233303060732601L;
public GeckoboardException(String message) {
super(message);
}
public GeckoboardException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy