Package org.jxls.logging
Interface JxlsLogger
public interface JxlsLogger
-
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) voidvoidvoid
-
Method Details
-
handleEvaluationException
-
handleFormulaException
-
handleCellException
-
handleTransformException
-
handleUpdateRowHeightsException
-
handleSetObjectPropertyException
-
handleGetObjectPropertyException
-
handleSheetNameChange
-
debug
-
info
-
warn
-
warn
-
error
-
error
-