Package com.poiji.exception
Class PoijiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.poiji.exception.PoijiException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
HeaderMissingException,IllegalCastException,InvalidExcelFileExtension,PoijiInstantiationException,PoijiMultiRowException
public class PoijiException extends java.lang.RuntimeExceptionPoijiException 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PoijiException(java.lang.String message)PoijiException(java.lang.String message, java.lang.Throwable cause)
-