Class PoiParserException

    • Constructor Summary

      Constructors 
      Constructor Description
      PoiParserException​(int rowNumber, int columnNumber, java.lang.String message)  
      PoiParserException​(int rowNumber, int columnNumber, java.lang.String message, java.lang.Throwable throwable)  
      PoiParserException​(java.lang.String message)  
      PoiParserException​(java.lang.String message, java.lang.Throwable throwable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getColumnNumber()  
      int getRowNumber()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PoiParserException

        public PoiParserException​(int rowNumber,
                                  int columnNumber,
                                  java.lang.String message)
      • PoiParserException

        public PoiParserException​(java.lang.String message)
      • PoiParserException

        public PoiParserException​(java.lang.String message,
                                  java.lang.Throwable throwable)
      • PoiParserException

        public PoiParserException​(int rowNumber,
                                  int columnNumber,
                                  java.lang.String message,
                                  java.lang.Throwable throwable)
    • Method Detail

      • getRowNumber

        public int getRowNumber()
      • getColumnNumber

        public int getColumnNumber()