|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.f1j.util.F1Exception
|
+--com.f1j.util.InvalidStateException
|
+--com.f1j.util.DataConflictException
|
+--com.f1j.ss.DataConflictException
|
+--com.f1j.ss.pivot.DataConflictException
The requested operation would conflict with existing data in the document.
| Field Summary | |
static com.f1j.util.F1Exception.EType |
eAllItemsHidden
Used to indicate that the action will cause all items to be hidden. |
static com.f1j.util.F1Exception.EType |
eBadFormula
"Invalid formula syntax." |
static com.f1j.util.F1Exception.EType |
eCannotChangeThisPart
Used to identify a data conflict when trying to modify a read-only part of a PivotRange. |
static com.f1j.util.F1Exception.EType |
eCannotSummarizeCalcField
Calculated fields must be summarized by sum. |
static com.f1j.util.F1Exception.EType |
eCannotUseCustomSubtotals
"Custom subtotals are not supported when a PivotRange report has calculated items." |
static com.f1j.util.F1Exception.EType |
eCantMoveItemsWhenSorting
"AutoSort must be turned off to move items in a field." |
static com.f1j.util.F1Exception.EType |
eCircularFields
"Your formula cannot be entered because calculated fields cannot contain circular references. |
static com.f1j.util.F1Exception.EType |
eEndingLessThanStart
"Ending value must be greater than starting value." |
static com.f1j.util.F1Exception.EType |
eFieldNotCalcField
The selected field is not in the page area. |
static com.f1j.util.F1Exception.EType |
eFieldNotCalcItem
The selected field is not in the page area. |
static com.f1j.util.F1Exception.EType |
eFieldNotInPageArea
The selected field is not in the page area. |
static com.f1j.util.F1Exception.EType |
eFieldUsedMultipleTimes
"A field cannot be used more than once when a PivotRange report has calculated items." |
static com.f1j.util.F1Exception.EType |
eIncrementNotPositive
"Increment must be greater than zero." |
static com.f1j.util.F1Exception.EType |
eItemFormulaWithIndexName
"Positional references cannot be used in a calculated item formula while AutoSort by values or AutoShow is on" |
static com.f1j.util.F1Exception.EType |
eMustUngroup
Used to identify a data conflict when trying to resize or move only a portion of a PivotRange. |
static com.f1j.util.F1Exception.EType |
eNoFormulasAllowed
Used to indicate that setting a field or item name to a formula value is not allowed. |
static com.f1j.util.F1Exception.EType |
eNoNullName
Used to indicate that the setting of a null name in things like fields and items is not allowed. |
static com.f1j.util.F1Exception.EType |
eNotAnItem
Used to indicate that the name entered as a page field item, does not match an existing item in the field. |
static com.f1j.util.F1Exception.EType |
eNotOverwritingValues
"Cannot overwrite values" |
static com.f1j.util.F1Exception.EType |
ePartialChange
Used to identify a data conflict when trying to resize or move only a portion of a PivotRange. |
static com.f1j.util.F1Exception.EType |
ePivotRangesOverlap
"A PivotRange report cannot overlap another PivotRange report." |
static com.f1j.util.F1Exception.EType |
eTooManyColumnItems
"You cannot place a field that has more than 8,000 items in the column area." |
static com.f1j.util.F1Exception.EType |
eTooManyItems
"A field in your source data has more unique items than can be used in this context in a PivotRange report." |
static com.f1j.util.F1Exception.EType |
eTooManyRowsColumns
"PivotRange has too many rows or columns." |
| Fields inherited from class com.f1j.ss.DataConflictException |
eBadExtractRange,
eFreezePanesConflict,
eInsertShiftOffWorkbook,
eInvalidObject,
ePartialArrayFormula,
ePartialMergedCell,
ePasteOverflowsSheet |
| Fields inherited from class com.f1j.util.DataConflictException |
eGeneric |
| Fields inherited from class com.f1j.util.InvalidStateException |
eGeneric |
| Constructor Summary | |
DataConflictException(com.f1j.util.F1Exception.EType eType)
Creates a DataConflictException of the specifed type. |
|
| Methods inherited from class com.f1j.util.F1Exception |
getError,
getLocalizedMessage,
getMessage,
getType |
| Field Detail |
public static final com.f1j.util.F1Exception.EType eAllItemsHidden
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eCannotChangeThisPart
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eNoFormulasAllowed
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eNoNullName
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eNotAnItem
F1Exceptionpublic static final com.f1j.util.F1Exception.EType ePartialChange
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eMustUngroup
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eFieldUsedMultipleTimes
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eCannotUseCustomSubtotals
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eBadFormula
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eTooManyItems
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eTooManyColumnItems
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eTooManyRowsColumns
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eCircularFields
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eFieldNotInPageArea
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eFieldNotCalcField
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eFieldNotCalcItem
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eItemFormulaWithIndexName
F1Exceptionpublic static final com.f1j.util.F1Exception.EType ePivotRangesOverlap
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eNotOverwritingValues
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eCantMoveItemsWhenSorting
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eEndingLessThanStart
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eIncrementNotPositive
F1Exceptionpublic static final com.f1j.util.F1Exception.EType eCannotSummarizeCalcField
F1Exception| Constructor Detail |
public DataConflictException(com.f1j.util.F1Exception.EType eType)
eType - The type of DataConflictException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||