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

com.github.muskstark.echart.exception.EChartsException Maven / Gradle / Ivy

package com.github.muskstark.echart.exception;

import com.github.muskstark.echart.enums.EChartsExceptionsEnum;

public class EChartsException extends RuntimeException {
    public EChartsException(EChartsExceptionsEnum exceptions) {
        super(exceptions.getMessage());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy