Class PoijiException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HeaderMissingException, IllegalCastException, InvalidExcelFileExtension, PoijiInstantiationException

public class PoijiException extends RuntimeException
PoijiException is the superclass of RuntimeException that can be thrown during the mapping process of excel service. Created by hakan on 18/01/2017.
Since:
Poiji 1.0
See Also:
  • Constructor Details

    • PoijiException

      public PoijiException(String message)
    • PoijiException

      public PoijiException(String message, Throwable cause)