|
||||||||||
| 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.SelectionException
|
+--com.f1j.ss.SelectionException
The size, shape, count, or type of the current selection is not compatible with the requested filter operation.
| Field Summary | |
static com.f1j.util.F1Exception.EType |
eCannotDeleteLastSheet
Cannot delete the last visible worksheet. |
static com.f1j.util.F1Exception.EType |
eCopyPasteOverlap
Indicates the selection is invalid because copy and paste areas cannot overlap unless they are the same size and shape. |
static com.f1j.util.F1Exception.EType |
eLastSheet
Indicates |
static com.f1j.util.F1Exception.EType |
eNoMultipleSheets
Indicates this operation can only be performed on a single sheet. |
static com.f1j.util.F1Exception.EType |
eNoSingleRowColumnSource
This command requires at least two rows of source data. |
static com.f1j.util.F1Exception.EType |
eOnlyOneArea
Indicates at least one area must be selected for this command. |
static com.f1j.util.F1Exception.EType |
eOnlyOneCell
Indicates |
static com.f1j.util.F1Exception.EType |
eSheetsMustBeAdjacent
This command cannot be performed on multiple sheets unless they are adjacent. |
| Fields inherited from class com.f1j.util.SelectionException |
eGeneric |
| Fields inherited from class com.f1j.util.InvalidStateException |
eGeneric |
| Constructor Summary | |
SelectionException()
Creates a generic SelectionException. |
|
SelectionException(com.f1j.util.F1Exception.EType eType)
Creates a SelectionException 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 eNoSingleRowColumnSource
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eNoMultipleSheets
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eOnlyOneArea
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eOnlyOneCell
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eLastSheet
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eCopyPasteOverlap
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eSheetsMustBeAdjacent
F1Exception.ETypepublic static final com.f1j.util.F1Exception.EType eCannotDeleteLastSheet
F1Exception.EType| Constructor Detail |
public SelectionException()
public SelectionException(com.f1j.util.F1Exception.EType eType)
eType - The type of SelectionException.F1Exception.EType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||