|
||||||||||
| 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
This exception indicates that the requested operation would conflict with existing data in the document.
| Field Summary | |
static com.f1j.util.F1Exception.EType |
eBadExtractRange
Indicates the extract range has a missing or illegal field name. |
static com.f1j.util.F1Exception.EType |
eFreezePanesConflict
Indicates operation not allowed with panes frozen. |
static com.f1j.util.F1Exception.EType |
eInsertShiftOffWorkbook
Indicates an insert would shift cells off table. |
static com.f1j.util.F1Exception.EType |
eInvalidObject
Indicates using an invalid object type. |
static com.f1j.util.F1Exception.EType |
ePartialArrayFormula
Indicates a partial array-entered formula cannot be modified. |
static com.f1j.util.F1Exception.EType |
ePartialMergedCell
Indicates a partial merged cell cannot be modified. |
static com.f1j.util.F1Exception.EType |
ePasteOverflowsSheet
Indicates that pasting from clipboard would overflow sheet. |
| Fields inherited from class com.f1j.util.DataConflictException |
eGeneric |
| Fields inherited from class com.f1j.util.InvalidStateException |
eGeneric |
| Constructor Summary | |
DataConflictException()
Creates a generic DataConflictException. |
|
DataConflictException(com.f1j.util.F1Exception.EType eType)
Creates a DataConflictException of the specified type. |
|
| Methods inherited from class com.f1j.util.F1Exception |
getError,
getLocalizedMessage,
getMessage,
getType |
| Field Detail |
public static final com.f1j.util.F1Exception.EType ePartialMergedCell
public static final com.f1j.util.F1Exception.EType eInsertShiftOffWorkbook
public static final com.f1j.util.F1Exception.EType ePartialArrayFormula
public static final com.f1j.util.F1Exception.EType ePasteOverflowsSheet
public static final com.f1j.util.F1Exception.EType eBadExtractRange
public static final com.f1j.util.F1Exception.EType eFreezePanesConflict
public static final com.f1j.util.F1Exception.EType eInvalidObject
| Constructor Detail |
public DataConflictException()
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 | |||||||||