|
||||||||||
| 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.InvalidArgumentException
|
+--com.f1j.util.InvalidNameException
|
+--com.f1j.util.DuplicateNameException
|
+--com.f1j.ss.DuplicateNameException
|
+--com.f1j.ss.pivot.DuplicateNameException
Thrown to indicate that a duplicate name is not allowed.
| Field Summary | |
static com.f1j.util.F1Exception.EType |
eCalcName
Used to indicate that a calculated field or item already exists with a given name. |
static com.f1j.util.F1Exception.EType |
eDuplicateFieldName
Used to indicate that the given field name conflicts with an existing field name. |
static com.f1j.util.F1Exception.EType |
eDuplicateItemName
Used to indicate that the given field item name conflicts with an existing field item name. |
static com.f1j.util.F1Exception.EType |
eDuplicatePivotRangeName
Used to indicate that the given PivotRange name conflicts with an existing PivotRange name. |
| Fields inherited from class com.f1j.ss.DuplicateNameException |
eDuplicateCodeName,
eDuplicateSheetName |
| Fields inherited from class com.f1j.util.InvalidArgumentException |
eGeneric,
eStringTooLong |
| Methods inherited from class com.f1j.util.F1Exception |
getError,
getLocalizedMessage,
getMessage,
getType |
| Field Detail |
public static final com.f1j.util.F1Exception.EType eDuplicateItemName
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eDuplicateFieldName
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eDuplicatePivotRangeName
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eCalcName
F1Exception.EType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||