public interface ExceptionHandler
| 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) |
void handleEvaluationException(Exception e, String cell, String expression)
void handleTransformException(Exception e, String sourceCell, String targetCell)
void handleUpdateRowHeightsException(Exception e, int sourceRow, int targetRow)
Copyright © 2022. All rights reserved.