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:
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(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HeaderMissingException
public HeaderMissingException(String message)
-
-