nl.bstoi.poiparser.core
Class RequiredFieldPoiParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.bstoi.poiparser.core.PoiParserException
              extended by nl.bstoi.poiparser.core.RequiredFieldPoiParserException
All Implemented Interfaces:
Serializable

public class RequiredFieldPoiParserException
extends PoiParserException

See Also:
Serialized Form

Constructor Summary
RequiredFieldPoiParserException(String sheetName, int rowNumber, int columnNumber)
           
 
Method Summary
 
Methods inherited from class nl.bstoi.poiparser.core.PoiParserException
getColumnNumber, getRowNumber
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

RequiredFieldPoiParserException

public RequiredFieldPoiParserException(String sheetName,
                                       int rowNumber,
                                       int columnNumber)


Copyright © 2011 BSTOI.NL. All Rights Reserved.