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

com.creditdatamw.zerocell.SheetNotFoundException Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
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