Package com.poiji.exception
Class HeaderMissingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.poiji.exception.PoijiException
-
- com.poiji.exception.HeaderMissingException
-
- All Implemented Interfaces:
java.io.Serializable
public class HeaderMissingException extends PoijiException
Exception thrown if namedHeaderMandatory is set in the options, but a header specified in an @ExcelCellName is missing in the sheet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HeaderMissingException(java.lang.String message, java.util.Set<java.lang.Integer> missingExcelCellHeaders, java.util.Set<java.lang.String> missingExcelCellNameHeaders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.Integer>getMissingExcelCellHeaders()java.util.Set<java.lang.String>getMissingExcelCellNameHeaders()
-