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

com.poiji.exception.HeaderMissingException Maven / Gradle / Ivy

package com.poiji.exception;

/**
 * Exception thrown if namedHeaderMandatory is set in the options, but a header specified in an @ExcelCellName
 * is missing in the sheet.
 */
@SuppressWarnings("serial")
public class HeaderMissingException extends PoijiException {
    public HeaderMissingException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy