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

cn.ocoop.framework.common.excel.InvalidValueException Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package cn.ocoop.framework.common.excel;

public class InvalidValueException extends Exception {
    public InvalidValueException(String message) {
        super(message);
    }

    @Override
    public synchronized Throwable fillInStackTrace() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy