public final class ErrorKeys extends Object
ResourceKeys
should appear in any resulting class files. Since Java compiler inlines final
integer values, using long identifiers will not bloat constant pools of classes compiled against
the interface, provided that no class implements this interface.IndexedResourceBundle
,
IndexedResourceCompiler
Modifier and Type | Field and Description |
---|---|
static int |
BAD_BAND_NUMBER_$1
Band number {0} is not valid.
|
static int |
BAD_RANGE_$2
Range [{0} .. {1}] is not valid.
|
static int |
CYCLE_DETECTED
Cycle detected in this graph of operations.
|
static int |
ILLEGAL_ARGUMENT_$1
Illegal value for argument "{0}".
|
static int |
ILLEGAL_ARGUMENT_$2
Illegal argument: "{0}={1}".
|
static int |
ILLEGAL_ARGUMENT_PARAMETERS_$2
Missing Parameters: Require {0},{1}
|
static int |
ILLEGAL_STATE
Illegal state.
|
static int |
INVALID_NUMBER_OF_SOURCES_$1
Invalid number of sources={0}.
|
static int |
MISMATCHED_DIMENSION_$2
Mismatched object dimension: {0}D and {1}D.
|
static int |
MUST_SHARE_GRIDGEOMETRY_$1
All the source for the {0} operation must share the same grid geometry.
|
static int |
NULL_ARGUMENT_$1
Argument "{0}" should not be null.
|
static int |
OPERATION_NOT_FOUND_$1
No such "{0}" operation for this processor.
|
static int |
RANGE_OVERLAP_$4
Ranges [{0}..{1}] and [{2}..{3}] overlap.
|
static int |
SINK_ALREADY_SET
Sink was already provided for this chain.
|
static int |
SOURCE_CANT_BE_NULL_$1
The source for node {0} cannot be null.
|
static int |
TOO_MANY_SOURCES_$1
The maximum number of sources for this node {0} has been overcome.
|
static int |
TRANSFORM_EVALUATION_$1
The transform can't be evaluated at the specified point {0}
|
static int |
UNSUPPORTED_ALGORITHM_$1
ContrastMethod Algorithm {0} is not supported.
|
static int |
UNSUPPORTED_METHOD_$1
ContrastMethod {0} is not supported.
|
static int |
UNSUPPORTED_OPERATION_$1
Operation {0} is not supported.
|
public static final int BAD_BAND_NUMBER_$1
public static final int BAD_RANGE_$2
public static final int CYCLE_DETECTED
public static final int ILLEGAL_ARGUMENT_$1
public static final int ILLEGAL_ARGUMENT_$2
public static final int ILLEGAL_STATE
public static final int INVALID_NUMBER_OF_SOURCES_$1
public static final int MISMATCHED_DIMENSION_$2
public static final int MUST_SHARE_GRIDGEOMETRY_$1
public static final int NULL_ARGUMENT_$1
public static final int OPERATION_NOT_FOUND_$1
public static final int RANGE_OVERLAP_$4
public static final int SINK_ALREADY_SET
public static final int SOURCE_CANT_BE_NULL_$1
public static final int TOO_MANY_SOURCES_$1
public static final int TRANSFORM_EVALUATION_$1
public static final int UNSUPPORTED_OPERATION_$1
public static final int UNSUPPORTED_METHOD_$1
public static final int UNSUPPORTED_ALGORITHM_$1
public static final int ILLEGAL_ARGUMENT_PARAMETERS_$2
Copyright © 1996–2023 Geotools. All rights reserved.