public class PoiExceptionThrower extends Object implements ExceptionHandler
Constructor and Description |
---|
PoiExceptionThrower() |
Modifier and Type | Method and Description |
---|---|
void |
handleCellException(Exception e,
String cell,
String contextKeys) |
void |
handleEvaluationException(Exception e,
String cell,
String expression) |
void |
handleFormulaException(Exception e,
String cell,
String formula) |
void |
handleTransformException(Exception e,
String sourceCell,
String targetCell) |
void |
handleUpdateRowHeightsException(Exception e,
int sourceRow,
int targetRow) |
public void handleCellException(Exception e, String cell, String contextKeys)
handleCellException
in interface ExceptionHandler
public void handleFormulaException(Exception e, String cell, String formula)
handleFormulaException
in interface ExceptionHandler
public void handleTransformException(Exception e, String sourceCell, String targetCell)
handleTransformException
in interface ExceptionHandler
public void handleUpdateRowHeightsException(Exception e, int sourceRow, int targetRow)
handleUpdateRowHeightsException
in interface ExceptionHandler
public void handleEvaluationException(Exception e, String cell, String expression)
handleEvaluationException
in interface ExceptionHandler
Copyright © 2023. All rights reserved.