nl.bstoi.poiparser.core
Class ReadPoiParserException

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.ReadPoiParserException
All Implemented Interfaces:
Serializable

public class ReadPoiParserException
extends PoiParserException

See Also:
Serialized Form

Constructor Summary
ReadPoiParserException(int rowNumber, int columnNumber, Throwable throwable)
           
ReadPoiParserException(String message)
           
ReadPoiParserException(String message, Throwable throwable)
           
 
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

ReadPoiParserException

public ReadPoiParserException(String message)

ReadPoiParserException

public ReadPoiParserException(String message,
                              Throwable throwable)

ReadPoiParserException

public ReadPoiParserException(int rowNumber,
                              int columnNumber,
                              Throwable throwable)


Copyright © 2011 BSTOI.NL. All Rights Reserved.