Package org.jxls.common
Class PoiExceptionLogger
java.lang.Object
org.jxls.common.PoiExceptionLogger
- All Implemented Interfaces:
JxlsLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidhandleCellException(Exception e, String cell, Context context) voidhandleEvaluationException(Exception e, String cell, String expression) voidhandleFormulaException(Exception e, String cell, String formula) voidhandleGetObjectPropertyException(Exception e, Object obj, String propertyName) voidhandleSetObjectPropertyException(Exception e, Object obj, String propertyName, String propertyValue) voidhandleSheetNameChange(String invalidSheetName, String newSheetName) voidhandleTransformException(Exception e, String sourceCell, String targetCell) voidhandleUpdateRowHeightsException(Exception e, int sourceRow, int targetRow) voidvoidvoidprotected void
-
Constructor Details
-
PoiExceptionLogger
public PoiExceptionLogger()
-
-
Method Details
-
handleCellException
- Specified by:
handleCellExceptionin interfaceJxlsLogger
-
handleFormulaException
- Specified by:
handleFormulaExceptionin interfaceJxlsLogger
-
handleTransformException
- Specified by:
handleTransformExceptionin interfaceJxlsLogger
-
handleUpdateRowHeightsException
- Specified by:
handleUpdateRowHeightsExceptionin interfaceJxlsLogger
-
handleEvaluationException
- Specified by:
handleEvaluationExceptionin interfaceJxlsLogger
-
handleGetObjectPropertyException
- Specified by:
handleGetObjectPropertyExceptionin interfaceJxlsLogger
-
handleSetObjectPropertyException
public void handleSetObjectPropertyException(Exception e, Object obj, String propertyName, String propertyValue) - Specified by:
handleSetObjectPropertyExceptionin interfaceJxlsLogger
-
handleSheetNameChange
- Specified by:
handleSheetNameChangein interfaceJxlsLogger
-
debug
- Specified by:
debugin interfaceJxlsLogger
-
info
- Specified by:
infoin interfaceJxlsLogger
-
warn
- Specified by:
warnin interfaceJxlsLogger
-
warn
- Specified by:
warnin interfaceJxlsLogger
-
error
- Specified by:
errorin interfaceJxlsLogger
-
error
- Specified by:
errorin interfaceJxlsLogger
-
write
-