Class ReadPoiParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.bstoi.poiparser.core.exception.PoiParserException
nl.bstoi.poiparser.core.exception.ReadPoiParserException
- All Implemented Interfaces:
Serializable
public class ReadPoiParserException extends PoiParserException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description 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.exception.PoiParserException
getColumnNumber, getRowNumberMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadPoiParserException
-
ReadPoiParserException
-
ReadPoiParserException
-