public enum LensCubeErrorCode extends Enum<LensCubeErrorCode>
Modifier and Type | Method and Description |
---|---|
LensErrorInfo |
getLensErrorInfo() |
static LensCubeErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LensCubeErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LensCubeErrorCode SYNTAX_ERROR
public static final LensCubeErrorCode FIELDS_CANNOT_BE_QUERIED_TOGETHER
public static final LensCubeErrorCode MORE_THAN_ONE_CUBE
public static final LensCubeErrorCode NEITHER_CUBE_NOR_DIMENSION
public static final LensCubeErrorCode NO_TIMERANGE_FILTER
public static final LensCubeErrorCode NOT_A_TIMED_DIMENSION
public static final LensCubeErrorCode WRONG_TIME_RANGE_FORMAT
public static final LensCubeErrorCode NULL_DATE_VALUE
public static final LensCubeErrorCode INVALID_TIME_UNIT
public static final LensCubeErrorCode ALL_COLUMNS_NOT_SUPPORTED
public static final LensCubeErrorCode AMBIGOUS_DIM_COLUMN
public static final LensCubeErrorCode AMBIGOUS_CUBE_COLUMN
public static final LensCubeErrorCode NOT_A_CUBE_COLUMN
public static final LensCubeErrorCode INVALID_TIME_RANGE
public static final LensCubeErrorCode FROM_AFTER_TO
public static final LensCubeErrorCode JOIN_TARGET_NOT_CUBE_TABLE
public static final LensCubeErrorCode CANNOT_USE_TIMERANGE_WRITER
public static final LensCubeErrorCode NO_DEFAULT_AGGREGATE
public static final LensCubeErrorCode EXPRESSION_NOT_IN_ANY_FACT
public static final LensCubeErrorCode NO_JOIN_CONDITION_AVAIABLE
public static final LensCubeErrorCode NO_JOIN_PATH
public static final LensCubeErrorCode COLUMN_UNAVAILABLE_IN_TIME_RANGE
public static final LensCubeErrorCode NO_DIM_HAS_COLUMN
public static final LensCubeErrorCode NO_FACT_HAS_COLUMN
public static final LensCubeErrorCode NO_REF_COL_AVAILABLE
public static final LensCubeErrorCode COLUMN_NOT_FOUND
public static final LensCubeErrorCode NO_CANDIDATE_DIM_AVAILABLE
public static final LensCubeErrorCode NO_CANDIDATE_FACT_AVAILABLE
public static final LensCubeErrorCode NO_CANDIDATE_DIM_STORAGE_TABLES
public static final LensCubeErrorCode NO_STORAGE_TABLE_AVAIABLE
public static LensCubeErrorCode[] values()
for (LensCubeErrorCode c : LensCubeErrorCode.values()) System.out.println(c);
public static LensCubeErrorCode 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 LensErrorInfo getLensErrorInfo()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.