protected static enum QueryElevationComponent.InitializationExceptionCause extends Enum<QueryElevationComponent.InitializationExceptionCause>
Enum Constant and Description |
---|
EMPTY_CONFIG_FILE
The elevation configuration file (e.g.
|
MISSING_CONFIG_FILE
The elevation configuration file (e.g.
|
MISSING_UNIQUE_KEY_FIELD
This component requires the schema to have a uniqueKeyField, which it does not have.
|
NO_CONFIG_FILE_DEFINED
Missing component parameter
QueryElevationComponent.CONFIG_FILE - it has to define the path to the elevation configuration file (e.g. |
OTHER
Unclassified exception cause.
|
UNKNOWN_FIELD_TYPE
The component parameter
QueryElevationComponent.FIELD_TYPE defines an unknown field type. |
Modifier and Type | Method and Description |
---|---|
static QueryElevationComponent.InitializationExceptionCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryElevationComponent.InitializationExceptionCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryElevationComponent.InitializationExceptionCause UNKNOWN_FIELD_TYPE
QueryElevationComponent.FIELD_TYPE
defines an unknown field type.public static final QueryElevationComponent.InitializationExceptionCause MISSING_UNIQUE_KEY_FIELD
public static final QueryElevationComponent.InitializationExceptionCause NO_CONFIG_FILE_DEFINED
QueryElevationComponent.CONFIG_FILE
- it has to define the path to the elevation configuration file (e.g. elevate.xml).public static final QueryElevationComponent.InitializationExceptionCause MISSING_CONFIG_FILE
public static final QueryElevationComponent.InitializationExceptionCause EMPTY_CONFIG_FILE
public static final QueryElevationComponent.InitializationExceptionCause OTHER
public static QueryElevationComponent.InitializationExceptionCause[] values()
for (QueryElevationComponent.InitializationExceptionCause c : QueryElevationComponent.InitializationExceptionCause.values()) System.out.println(c);
public static QueryElevationComponent.InitializationExceptionCause 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 nullCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.