Class PoiParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.bstoi.poiparser.core.exception.PoiParserException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NonExistentConverterException, ReadPoiParserException, RequiredFieldPoiParserException

public class PoiParserException extends Exception
See Also:
  • Constructor Details

    • PoiParserException

      public PoiParserException(int rowNumber, int columnNumber, String message)
    • PoiParserException

      public PoiParserException(String message)
    • PoiParserException

      public PoiParserException(String message, Throwable throwable)
    • PoiParserException

      public PoiParserException(int rowNumber, int columnNumber, String message, Throwable throwable)
  • Method Details

    • getRowNumber

      public int getRowNumber()
    • getColumnNumber

      public int getColumnNumber()