com.creditdatamw.zerocell.SheetNotFoundException Maven / Gradle / Ivy
package com.creditdatamw.zerocell;
public class SheetNotFoundException extends Exception {
public SheetNotFoundException(String message) {
super(String.format("Could not find sheet %s", message));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy