![JAR search and dependency download from the Maven repository](/logo.png)
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