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

com.github.batkinson.jxlsform.api.XLSFormException Maven / Gradle / Ivy

package com.github.batkinson.jxlsform.api;

public class XLSFormException extends RuntimeException {

    public XLSFormException(String message) {
        super(message);
    }

    public XLSFormException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy