public enum ExcelImExportErrorTypes extends Enum<ExcelImExportErrorTypes>
| Enum Constant and Description |
|---|
ENCRYPTED_DOCUMENT |
EXPORT_FAILED_SYSTEM_ERROR |
IMEXPORT_FAILED_SYSTEM_ERROR |
IMPORT_FAILED_SYSTEM_ERROR |
MAPPING_NO_FALID_JSON_FILE |
NOT_ALL_REQUIRED_FIELDS |
TABLE_IS_NOT_EXPORTABLE |
TABLE_NAME_INVALID |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessageTemplate() |
static ExcelImExportErrorTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExcelImExportErrorTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcelImExportErrorTypes ENCRYPTED_DOCUMENT
public static final ExcelImExportErrorTypes EXPORT_FAILED_SYSTEM_ERROR
public static final ExcelImExportErrorTypes IMEXPORT_FAILED_SYSTEM_ERROR
public static final ExcelImExportErrorTypes IMPORT_FAILED_SYSTEM_ERROR
public static final ExcelImExportErrorTypes MAPPING_NO_FALID_JSON_FILE
public static final ExcelImExportErrorTypes NOT_ALL_REQUIRED_FIELDS
public static final ExcelImExportErrorTypes TABLE_IS_NOT_EXPORTABLE
public static final ExcelImExportErrorTypes TABLE_NAME_INVALID
public static ExcelImExportErrorTypes[] values()
for (ExcelImExportErrorTypes c : ExcelImExportErrorTypes.values()) System.out.println(c);
public static ExcelImExportErrorTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getMessageTemplate()
Copyright © 2019. All rights reserved.