Serialized Form
-
Package com.vaadin.flow.component.spreadsheet
-
Class com.vaadin.flow.component.spreadsheet.CellSelectionManager extends Object implements Serializable
-
Serialized Fields
-
cellRangeAddresses
ArrayList<org.apache.poi.ss.util.CellRangeAddress> cellRangeAddresses
-
individualSelectedCells
ArrayList<org.apache.poi.ss.util.CellReference> individualSelectedCells
-
latestSelectionEvent
Spreadsheet.SelectionChangeEvent latestSelectionEvent
-
namedRangeUtils
com.vaadin.flow.component.spreadsheet.NamedRangeUtils namedRangeUtils
-
paintedCellRange
org.apache.poi.ss.util.CellRangeAddress paintedCellRange
-
selectedCellReference
org.apache.poi.ss.util.CellReference selectedCellReference
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellSelectionShifter extends Object implements Serializable
-
Serialized Fields
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellValueFormatter extends Object implements Serializable
-
Serialized Fields
-
localeDecimalSymbols
DecimalFormatSymbols localeDecimalSymbols
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellValueManager extends Object implements Serializable
-
Serialized Fields
-
cellStyleWidthRatioMap
HashMap<Integer,Float> cellStyleWidthRatioMap
-
cellValueFormatter
CellValueFormatter cellValueFormatter
-
changedFormulaCells
HashSet<org.apache.poi.ss.util.CellReference> changedFormulaCells
-
customCellDeletionHandler
Spreadsheet.CellDeletionHandler customCellDeletionHandler
-
customCellValueHandler
Spreadsheet.CellValueHandler customCellValueHandler
-
formatter
org.apache.poi.ss.usermodel.DataFormatter formatter
-
formulaFormatter
FormulaFormatter formulaFormatter
-
hyperlinkStyleIndex
short hyperlinkStyleIndex
-
localeDecimalSymbols
DecimalFormatSymbols localeDecimalSymbols
-
markedCells
HashSet<String> markedCells
-
originalValueDecimalFormat
DecimalFormat originalValueDecimalFormat
-
removedCells
HashSet<CellData> removedCells
-
sentCells
HashSet<String> sentCells
Cell keys that have values sent to client side and are cached there. -
sentFormulaCells
HashSet<String> sentFormulaCells
Formula cell keys that have values sent to client side and are cached there. -
spreadsheet
Spreadsheet spreadsheet
The Spreadsheet this class is tied to. -
topLeftCellsLoaded
boolean topLeftCellsLoaded
-
-
-
Class com.vaadin.flow.component.spreadsheet.ColorConverterUtil extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.ConditionalFormatter extends Object implements Serializable
-
Serialized Fields
-
cellToIndex
Map<String,Set<Integer>> cellToIndex
Cache of styles for each cell. One cell may have several styles. -
colorConverter
ColorConverter colorConverter
-
leftBorders
Map<org.apache.poi.ss.usermodel.ConditionalFormatting,Integer> leftBorders
-
spreadsheet
Spreadsheet spreadsheet
-
topBorders
Map<org.apache.poi.ss.usermodel.ConditionalFormatting,Integer> topBorders
-
-
-
Class com.vaadin.flow.component.spreadsheet.ContextMenuManager extends Object implements Serializable
-
Serialized Fields
-
actionHandlers
LinkedList<Action.Handler> actionHandlers
-
actionMapper
com.vaadin.flow.data.provider.KeyMapper<Action> actionMapper
-
contextMenuHeaderIndex
int contextMenuHeaderIndex
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler extends Object implements Serializable
-
Serialized Fields
-
openStyle
DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle openStyle
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter.NumberToken extends com.vaadin.flow.component.spreadsheet.FormulaFormatter.FormulaToken implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter.SeparatorToken extends com.vaadin.flow.component.spreadsheet.FormulaFormatter.FormulaToken implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.HSSFColorConverter extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.ItemFilter extends com.vaadin.flow.component.html.Div implements Serializable
-
Serialized Fields
-
allCellValues
ArrayList<String> allCellValues
-
allItems
Checkbox allItems
-
cancelValueChangeUpdate
boolean cancelValueChangeUpdate
-
filterCheckbox
CheckboxGroup<String> filterCheckbox
-
filteredRows
Set<Integer> filteredRows
-
filterOptions
List<String> filterOptions
-
filterOptionsProvider
com.vaadin.flow.data.provider.ListDataProvider<String> filterOptionsProvider
-
filterRange
org.apache.poi.ss.util.CellRangeAddress filterRange
-
filterTable
SpreadsheetFilterTable filterTable
-
firstUpdate
boolean firstUpdate
-
latestFilteredValues
Collection<String> latestFilteredValues
-
popupButton
PopupButton popupButton
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.PopupButton extends com.vaadin.flow.component.Component implements Serializable
-
Serialized Fields
-
child
com.vaadin.flow.component.Component child
-
rpc
PopupButtonServerRpc rpc
-
state
PopupButtonState state
-
-
-
Class com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.SheetChartWrapper extends SheetOverlayWrapper implements Serializable
-
Serialized Fields
-
chartXml
org.apache.poi.xssf.usermodel.XSSFChart chartXml
-
connectorId
String connectorId
-
spreadsheet
Spreadsheet spreadsheet
-
wrapper
com.vaadin.flow.component.spreadsheet.MinimizableComponentContainer wrapper
-
-
-
Class com.vaadin.flow.component.spreadsheet.SheetImageWrapper extends SheetOverlayWrapper implements Serializable
-
Serialized Fields
-
data
byte[] data
-
MIMEType
String MIMEType
-
resource
com.vaadin.flow.server.StreamResource resource
-
-
-
Class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper extends Object implements Serializable
-
Serialized Fields
-
anchor
org.apache.poi.ss.usermodel.ClientAnchor anchor
-
id
String id
-
visible
boolean visible
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet extends com.vaadin.flow.component.Component implements Serializable
-
Serialized Fields
-
attachedPopupButtons
HashSet<PopupButton> attachedPopupButtons
-
autofittedColumnWidths
Map<org.apache.poi.ss.util.CellReference,Integer> autofittedColumnWidths
Map of autofitted column widths in points -
cellCommentAuthors
HashMap<String,String> cellCommentAuthors
-
cellComments
HashMap<String,String> cellComments
-
cellKeysToEditorIdMap
HashMap<String,String> cellKeysToEditorIdMap
-
cellShifter
CellSelectionShifter cellShifter
-
cellStyleToCSSStyle
HashMap<Integer,String> cellStyleToCSSStyle
-
chartsEnabled
boolean chartsEnabled
Spreadsheet Flow does not support charts yet -
clientRpc
SpreadsheetClientRpc clientRpc
-
colGroupingData
List<GroupingData> colGroupingData
-
colGroupingInversed
boolean colGroupingInversed
-
colGroupingMax
int colGroupingMax
-
cols
int cols
-
columnBufferSize
int columnBufferSize
-
columnIndexToStyleIndex
HashMap<Integer,Integer> columnIndexToStyleIndex
-
colW
int[] colW
-
commentAuthorProvider
Spreadsheet.CommentAuthorProvider commentAuthorProvider
-
componentIDtoCellKeysMap
HashMap<String,String> componentIDtoCellKeysMap
-
conditionalFormatter
ConditionalFormatter conditionalFormatter
-
conditionalFormattingEvaluator
org.apache.poi.ss.formula.ConditionalFormattingEvaluator conditionalFormattingEvaluator
A common conditional formatting formula evaluator for this Spreadsheet needed for proper value string conversions -
conditionalFormattingStyles
HashMap<Integer,String> conditionalFormattingStyles
All conditional formatting styles for this sheet. -
contextMenuManager
ContextMenuManager contextMenuManager
-
customComponentFactory
com.vaadin.flow.component.spreadsheet.SpreadsheetComponentFactory customComponentFactory
-
customComponents
Set<com.vaadin.flow.component.Component> customComponents
-
defaultActionHandler
SpreadsheetDefaultActionHandler defaultActionHandler
-
defaultNewSheetColumns
int defaultNewSheetColumns
-
defaultNewSheetRows
int defaultNewSheetRows
-
defaultPercentageFormat
String defaultPercentageFormat
-
defColW
int defColW
-
defRowH
float defRowH
-
firstColumn
int firstColumn
The first visible column in the scroll area -
firstRow
int firstRow
The first visible row in the scroll area -
formulaEvaluator
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator
A common formula evaluator for this Spreadsheet -
hiddenColumnIndexes
ArrayList<Integer> hiddenColumnIndexes
1-based -
hiddenRowIndexes
ArrayList<Integer> hiddenRowIndexes
1-based -
historyManager
SpreadsheetHistoryManager historyManager
-
horizontalScrollPositions
int[] horizontalScrollPositions
-
horizontalSplitPosition
int horizontalSplitPosition
-
hyperlinkCellClickHandler
Spreadsheet.HyperlinkCellClickHandler hyperlinkCellClickHandler
-
hyperlinksTooltips
HashMap<String,String> hyperlinksTooltips
-
infoLabelValue
String infoLabelValue
-
initialSheetSelection
String initialSheetSelection
-
invalidFormulaCells
Set<String> invalidFormulaCells
-
invalidFormulas
Map<Integer,HashSet<String>> invalidFormulas
-
lastColumn
int lastColumn
The last visible column in the scroll area -
lastRow
int lastRow
The last visible row in the scroll area -
locale
Locale locale
-
lockedColumnIndexes
Set<Integer> lockedColumnIndexes
-
lockedRowIndexes
Set<Integer> lockedRowIndexes
-
mergedRegionContainer
MergedRegionUtil.MergedRegionContainer mergedRegionContainer
Container for merged regions for the currently active sheet. -
mergedRegionCounter
int mergedRegionCounter
-
mergedRegions
ArrayList<MergedRegion> mergedRegions
-
minimumRowHeightForComponents
int minimumRowHeightForComponents
Minimum row height for rows containing components (in points). -
overlayComponents
Set<com.vaadin.flow.component.Component> overlayComponents
-
overlays
HashMap<String,OverlayInfo> overlays
-
reload
boolean reload
should the sheet be reloaded on client side -
reloadCellDataOnNextScroll
boolean reloadCellDataOnNextScroll
This is used for making sure the cells are sent to client side in when the next cell data request comes. This is triggered when the client side connector init() method is run. -
reloadImageSizesFromPOI
boolean reloadImageSizesFromPOI
image sizes need to be recalculated on column/row resizing -
resources
Map<String,String> resources
-
rowBufferSize
int rowBufferSize
-
rowGroupingInversed
boolean rowGroupingInversed
-
rowGroupingMax
int rowGroupingMax
-
rowH
float[] rowH
-
rowIndexToStyleIndex
HashMap<Integer,Integer> rowIndexToStyleIndex
-
rows
int rows
-
rowsWithComponents
Set<Integer> rowsWithComponents
-
selectionManager
CellSelectionManager selectionManager
-
sheetIndex
int sheetIndex
1-based -
sheetNames
String[] sheetNames
-
sheetOverlays
HashSet<SheetOverlayWrapper> sheetOverlays
Set of images contained in the currently active sheet. -
sheetPopupButtons
Map<org.apache.poi.ss.util.CellReference,PopupButton> sheetPopupButtons
-
sheetProtected
boolean sheetProtected
-
sheetState
com.vaadin.flow.component.spreadsheet.SheetState sheetState
-
shiftedCellBorderStyles
ArrayList<String> shiftedCellBorderStyles
-
styler
SpreadsheetStyleFactory styler
-
tables
HashSet<SpreadsheetTable> tables
-
tablesLoaded
boolean tablesLoaded
are tables for currently active sheet loaded -
topLeftCellCommentsLoaded
boolean topLeftCellCommentsLoaded
-
valueManager
CellValueManager valueManager
caches data, so it needs to be stable for the life of a given workbook -
verticalScrollPositions
int[] verticalScrollPositions
-
verticalSplitPosition
int verticalSplitPosition
-
visibleCellComments
ArrayList<String> visibleCellComments
-
workbook
org.apache.poi.ss.usermodel.Workbook workbook
-
workbookChangeToggle
boolean workbookChangeToggle
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueChangeEvent extends Spreadsheet.ValueChangeEvent implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.FormulaValueChangeEvent extends Spreadsheet.ValueChangeEvent implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable
-
Serialized Fields
-
rowIndex
int rowIndex
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable
-
Serialized Fields
-
cellRangeAddresses
List<org.apache.poi.ss.util.CellRangeAddress> cellRangeAddresses
-
individualSelectedCells
List<org.apache.poi.ss.util.CellReference> individualSelectedCells
-
selectedCellMergedRegion
org.apache.poi.ss.util.CellRangeAddress selectedCellMergedRegion
-
selectedCellReference
org.apache.poi.ss.util.CellReference selectedCellReference
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable
-
Serialized Fields
-
newSheet
org.apache.poi.ss.usermodel.Sheet newSheet
-
newSheetPOIIndex
int newSheetPOIIndex
-
newSheetVisibleIndex
int newSheetVisibleIndex
-
previousSheet
org.apache.poi.ss.usermodel.Sheet previousSheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetEvent extends com.vaadin.flow.component.ComponentEvent<Spreadsheet> implements Serializable
-
Serialized Fields
-
data
elemental.json.JsonValue data
-
type
String type
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent extends com.vaadin.flow.component.ComponentEvent<com.vaadin.flow.component.Component> implements Serializable
-
Serialized Fields
-
changedCells
Set<org.apache.poi.ss.util.CellReference> changedCells
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetEventListener extends Object implements Serializable
-
Serialized Fields
-
handler
SpreadsheetHandlerImpl handler
-
LOGGER
org.slf4j.Logger LOGGER
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable extends SpreadsheetTable implements Serializable
-
Serialized Fields
-
filteringRegion
org.apache.poi.ss.util.CellRangeAddress filteringRegion
-
popupButtonToClearButtonMap
Map<PopupButton,Button> popupButtonToClearButtonMap
-
popupButtonToFiltersMap
Map<PopupButton,HashSet<SpreadsheetFilter>> popupButtonToFiltersMap
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager extends Object implements Serializable
-
Serialized Fields
-
commands
LinkedList<Command> commands
All executed command in chronological order -
historyIndex
int historyIndex
Current index within the history -
historySize
int historySize
-
spreadsheet
Spreadsheet spreadsheet
Target Spreadsheet component
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory extends Object implements Serializable
-
Serialized Fields
-
colorConverter
ColorConverter colorConverter
-
defaultFont
org.apache.poi.ss.usermodel.Font defaultFont
-
defaultFontFamily
String defaultFontFamily
-
defaultFontHeightInPoints
short defaultFontHeightInPoints
-
defaultTextAlign
org.apache.poi.ss.usermodel.HorizontalAlignment defaultTextAlign
-
mergedCellBorders
HashMap<String,String> mergedCellBorders
-
shiftedBorderLeftStyles
HashMap<Integer,String> shiftedBorderLeftStyles
CellStyle index to selector + style map -
shiftedBorderLeftStylesMap
HashMap<Integer,HashMap<Integer,HashSet<Integer>>> shiftedBorderLeftStylesMap
Temp structure for shiftedBorderLeftStyles that keeps track of the association between: StyleId to ColumnId to Rows -
shiftedBorderTopStyles
HashMap<Integer,String> shiftedBorderTopStyles
CellStyle index to selector + style map -
shiftedBorderTopStylesMap
HashMap<Integer,HashMap<Integer,HashSet<Integer>>> shiftedBorderTopStylesMap
Temp structure for shiftedBorderTopStyles that keeps track of the association between: StyleId to ColumnId to Rows -
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetTable extends Object implements Serializable
-
Serialized Fields
-
fullTableRegion
org.apache.poi.ss.util.CellRangeAddress fullTableRegion
-
popupButtons
Map<org.apache.poi.ss.util.CellReference,PopupButton> popupButtons
-
sheet
org.apache.poi.ss.usermodel.Sheet sheet
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.XSSFColorConverter extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.action
-
Class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction extends SpreadsheetAction implements Serializable
-
Serialized Fields
-
tableToDelete
SpreadsheetTable tableToDelete
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.InsertTableAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction extends Action implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler extends Object implements Serializable
-
Serialized Fields
-
defaultActions
List<SpreadsheetAction> defaultActions
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction extends SpreadsheetAction implements Serializable
-
Serialized Fields
-
unhideHeaderIndex
int unhideHeaderIndex
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction extends SpreadsheetAction implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.client
-
Class com.vaadin.flow.component.spreadsheet.client.CellData extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.client.MergedRegion extends Object implements Serializable
-
Serialized Fields
-
col1
int col1
-
col2
int col2
-
id
int id
-
row1
int row1
-
row2
int row2
-
-
-
Class com.vaadin.flow.component.spreadsheet.client.OverlayInfo extends Object implements Serializable
-
Serialized Fields
-
col
int col
-
dx
float dx
-
dy
float dy
-
height
float height
-
row
int row
-
type
OverlayInfo.Type type
-
width
float width
-
-
-
Class com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.command
-
Class com.vaadin.flow.component.spreadsheet.command.CellShiftValuesCommand extends CellValueCommand implements Serializable
-
Serialized Fields
-
decrease
boolean decrease
-
undone
boolean undone
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.CellValueCommand extends SpreadsheetCommand implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand extends SpreadsheetCommand implements Serializable
-
Serialized Fields
-
row
int row
-
rowData
com.vaadin.flow.component.spreadsheet.command.RowData rowData
-
wasDeleted
boolean wasDeleted
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand extends SpreadsheetCommand implements Serializable
-
Serialized Fields
-
indexes
Integer[] indexes
-
type
SizeChangeCommand.Type type
-
values
Object[] values
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand extends Object implements Serializable
-
Serialized Fields
-
activeSheetIndex
int activeSheetIndex
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
-
Package com.vaadin.flow.component.spreadsheet.framework
-
Class com.vaadin.flow.component.spreadsheet.framework.Action extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.framework.ReflectTools extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.shared
-
Class com.vaadin.flow.component.spreadsheet.shared.GroupingData extends Object implements Serializable
-
Serialized Fields
-
collapsed
boolean collapsed
-
endIndex
int endIndex
-
level
int level
-
startIndex
int startIndex
-
uniqueIndex
int uniqueIndex
index unique for this group, for collapse/expand
-
-
-
Class com.vaadin.flow.component.spreadsheet.shared.URLReference extends Object implements Serializable
-
Serialized Fields
-
url
String url
-
-
-
-
Package org.apache.poi.ss.formula
-
Class org.apache.poi.ss.formula.CollaboratingWorkbooksEnvironment.WorkbookNotFoundException extends Exception implements Serializable
- serialVersionUID:
- 8787784539811167941L
-
Class org.apache.poi.ss.formula.FormulaParseException extends RuntimeException implements Serializable
-