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