org.geotools.renderer.i18n
Class ErrorKeys

Object
  extended by ErrorKeys

public final class ErrorKeys
extends Object

Resource keys. This class is used when compiling sources, but no dependencies to 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.

See Also:
IndexedResourceBundle, IndexedResourceCompiler
Module:
modules/library/render (gt-render.jar)

Field Summary
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_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_OPERATION_$1
          Operation {0} is not supported.
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAD_BAND_NUMBER_$1

public static final int BAD_BAND_NUMBER_$1
Band number {0} is not valid.

See Also:
Constant Field Values

BAD_RANGE_$2

public static final int BAD_RANGE_$2
Range [{0} .. {1}] is not valid.

See Also:
Constant Field Values

CYCLE_DETECTED

public static final int CYCLE_DETECTED
Cycle detected in this graph of operations.

See Also:
Constant Field Values

ILLEGAL_ARGUMENT_$1

public static final int ILLEGAL_ARGUMENT_$1
Illegal value for argument "{0}".

See Also:
Constant Field Values

ILLEGAL_ARGUMENT_$2

public static final int ILLEGAL_ARGUMENT_$2
Illegal argument: "{0}={1}".

See Also:
Constant Field Values

ILLEGAL_STATE

public static final int ILLEGAL_STATE
Illegal state.

See Also:
Constant Field Values

INVALID_NUMBER_OF_SOURCES_$1

public static final int INVALID_NUMBER_OF_SOURCES_$1
Invalid number of sources={0}.

See Also:
Constant Field Values

MISMATCHED_DIMENSION_$2

public static final int MISMATCHED_DIMENSION_$2
Mismatched object dimension: {0}D and {1}D.

See Also:
Constant Field Values

MUST_SHARE_GRIDGEOMETRY_$1

public static final int MUST_SHARE_GRIDGEOMETRY_$1
All the source for the {0} operation must share the same grid geometry.

See Also:
Constant Field Values

NULL_ARGUMENT_$1

public static final int NULL_ARGUMENT_$1
Argument "{0}" should not be null.

See Also:
Constant Field Values

OPERATION_NOT_FOUND_$1

public static final int OPERATION_NOT_FOUND_$1
No such "{0}" operation for this processor.

See Also:
Constant Field Values

RANGE_OVERLAP_$4

public static final int RANGE_OVERLAP_$4
Ranges [{0}..{1}] and [{2}..{3}] overlap.

See Also:
Constant Field Values

SINK_ALREADY_SET

public static final int SINK_ALREADY_SET
Sink was already provided for this chain.

See Also:
Constant Field Values

SOURCE_CANT_BE_NULL_$1

public static final int SOURCE_CANT_BE_NULL_$1
The source for node {0} cannot be null.

See Also:
Constant Field Values

TOO_MANY_SOURCES_$1

public static final int TOO_MANY_SOURCES_$1
The maximum number of sources for this node {0} has been overcome.

See Also:
Constant Field Values

TRANSFORM_EVALUATION_$1

public static final int TRANSFORM_EVALUATION_$1
The transform can't be evaluated at the specified point {0}

See Also:
Constant Field Values

UNSUPPORTED_OPERATION_$1

public static final int UNSUPPORTED_OPERATION_$1
Operation {0} is not supported.

See Also:
Constant Field Values


Copyright © 1996-2010 Geotools. All Rights Reserved.