public static final class Errors.Keys extends Object
Keys
should appear in any resulting class files. Since the Java compiler
inlines final integer values, using long identifiers will not bloat the constant
pools of compiled classes.Defined in the sis-utility module
Modifier and Type | Field and Description |
---|---|
static int |
CanNotAddToExclusiveSet_2
No element can be added to this set because properties ‘{0}’ and ‘{1}’ are mutually
exclusive.
|
static int |
CanNotComputeDerivative
Can not compute the derivative.
|
static int |
CanNotConvertFromType_2
Can not convert from type ‘{0}’ to type ‘{1}’.
|
static int |
CanNotConvertValue_2
Can not convert value “{0}” to type ‘{1}’.
|
static int |
CanNotInstantiate_1
Can not instantiate an object of type ‘{0}’.
|
static int |
CanNotOpen_1
Can not open “{0}”.
|
static int |
CanNotParseFile_2
Can not parse “{1}” as a file in the {0} format.
|
static int |
CanNotSetPropertyValue_1
Can not set a value for property “{0}”.
|
static int |
ClassNotFinal_1
Class ‘{0}’ is not final.
|
static int |
CloneNotSupported_1
Can not clone an object of type ‘{0}’.
|
static int |
DeadThread_1
Thread “{0}” is dead.
|
static int |
DuplicatedIdentifier_1
Identifier “{0}” is duplicated.
|
static int |
DuplicatedOption_1
Option “{0}” is duplicated.
|
static int |
ElementAlreadyPresent_1
Element “{0}” is already present.
|
static int |
EmptyArgument_1
Argument ‘{0}’ shall not be empty.
|
static int |
EmptyDictionary
The dictionary shall contains at least one entry.
|
static int |
EmptyEnvelope2D
Envelope must be at least two-dimensional and non-empty.
|
static int |
EmptyProperty_1
Property named “{0}” shall not be empty.
|
static int |
ExcessiveArgumentSize_3
Argument ‘{0}’ shall not contain more than {1} elements.
|
static int |
ExcessiveListSize_2
A size of {1} elements is excessive for the “{0}” list.
|
static int |
ForbiddenAttribute_2
Attribute “{0}” is not allowed for an object of type ‘{1}’.
|
static int |
IdentifierAlreadyBound_1
Identifier “{0}” is already associated to another object.
|
static int |
IllegalArgumentClass_2
Argument ‘{0}’ can not be an instance of ‘{1}’.
|
static int |
IllegalArgumentClass_3
Argument ‘{0}’ can not be an instance of ‘{2}’.
|
static int |
IllegalArgumentField_4
Argument ‘{0}’ can not take the “{1}” value, because the ‘{2}’ field can not take the “{3}”
value.
|
static int |
IllegalArgumentValue_2
Argument ‘{0}’ can not take the “{1}” value.
|
static int |
IllegalBitsPattern_1
Illegal bits pattern: {0}.
|
static int |
IllegalClass_2
Class ‘{1}’ is illegal.
|
static int |
IllegalFormatPatternForClass_2
The “{1}” pattern can not be applied to formating of objects of type ‘{0}’.
|
static int |
IllegalLanguageCode_1
The “{0}” language is not recognized.
|
static int |
IllegalMemberType_2
Member “{0}” can not be associated to type “{1}”.
|
static int |
IllegalOptionValue_2
Option ‘{0}’ can not take the “{1}” value.
|
static int |
IllegalOrdinateRange_3
The [{0} … {1}] range of ordinate values is not valid for the “{2}” axis.
|
static int |
IllegalPropertyClass_2
Property ‘{0}’ can be associated to an instance of ‘{1}’.
|
static int |
IllegalRange_2
Range [{0} … {1}] is not valid.
|
static int |
IncompatiblePropertyValue_1
Property “{0}” has an incompatible value.
|
static int |
IncompatibleUnits_2
Units “{0}” and “{1}” are incompatible.
|
static int |
InconsistentAttribute_2
Value “{1}” of attribute ‘{0}’ is inconsistent with other attributes.
|
static int |
InconsistentTableColumns
Inconsistent table columns.
|
static int |
IndexOutOfBounds_1
Index {0} is out of bounds.
|
static int |
InfiniteArgumentValue_1
Argument ‘{0}’ can not take an infinite value.
|
static int |
InfiniteRecursivity
Infinite recursivity.
|
static int |
InsufficientArgumentSize_3
Argument ‘{0}’ shall contain at least {1} elements.
|
static int |
KeyCollision_1
A different value is already associated to the “{0}” key.
|
static int |
MandatoryAttribute_2
Attribute “{0}” is mandatory for an object of type ‘{1}’.
|
static int |
MismatchedCRS
The coordinate reference system must be the same for all objects.
|
static int |
MismatchedDimension_2
Mismatched object dimension: {0}D and {1}D.
|
static int |
MismatchedDimension_3
Argument ‘{0}’ has {2} dimension{2,choice,1#|2#s}, while {1} was expected.
|
static int |
MissingRequiredModule_1
This operation requires the “{0}” module.
|
static int |
MissingValueForOption_1
Missing value for option “{0}”.
|
static int |
MissingValueForProperty_1
Missing value for property “{0}”.
|
static int |
MissingValueInColumn_1
Missing value in the “{0}” column.
|
static int |
MutuallyExclusiveOptions_2
Options “{0}” and “{1}” are mutually exclusive.
|
static int |
NegativeArgument_2
Argument ‘{0}’ shall not be negative.
|
static int |
NegativeArrayLength_1
Can not create a “{0}” array of negative length.
|
static int |
NodeChildOfItself_1
Node “{0}” can not be a child of itself.
|
static int |
NodeHasAnotherParent_1
Node “{0}” already has another parent.
|
static int |
NodeHasNoParent_1
Node “{0}” has no parent.
|
static int |
NodeIsLeaf_1
Node “{0}” is a leaf.
|
static int |
NodeNotFound_1
No “{0}” node found.
|
static int |
NonAngularUnit_1
“{0}” is not an angular unit.
|
static int |
NonEquilibratedParenthesis_2
Missing a ‘{1}’ parenthesis in “{0}”.
|
static int |
NonInvertibleConversion
Conversion is not invertible.
|
static int |
NonInvertibleTransform
Transform is not invertible.
|
static int |
NonLinearUnit_1
“{0}” is not a linear unit.
|
static int |
NonScaleUnit_1
“{0}” is not a scale unit.
|
static int |
NonTemporalUnit_1
“{0}” is not a time unit.
|
static int |
NoSuchElement_1
Element “{0}” has not been found.
|
static int |
NoSuchProperty_2
No property named “{0}” has been found in “{1}”.
|
static int |
NotANumber_1
Argument ‘{0}’ shall not be NaN (Not-a-Number).
|
static int |
NotAPrimitiveWrapper_1
Class ‘{0}’ is not a primitive type wrapper.
|
static int |
NotComparableClass_1
Class ‘{0}’ is not a comparable.
|
static int |
NoUnit
No unit of measurement has been specified.
|
static int |
NullArgument_1
Argument ‘{0}’ shall not be null.
|
static int |
NullMapKey
Null key is not allowed in this dictionary.
|
static int |
NullMapValue
Null values are not allowed in this dictionary.
|
static int |
OddArrayLength_1
Array length is {0}, while we expected an even length.
|
static int |
RecursiveCreateCallForKey_1
Recursive call while creating an object for the “{0}” key.
|
static int |
RequireDecimalSeparator
A decimal separator is required.
|
static int |
StalledThread_1
Thread “{0}” seems stalled.
|
static int |
StreamIsForwardOnly_1
Can not move backward in the “{0}” stream.
|
static int |
TooFewArguments_2
Expected at least {0} argument{0,choice,1#|2#s}, but got {1}.
|
static int |
TooManyArguments_2
Expected at most {0} argument{0,choice,1#|2#s}, but got {1}.
|
static int |
UndefinedOrderingForElements_2
Ordering between “{0}” and “{1}” elements is undefined.
|
static int |
UnexpectedChange_1
Unexpected change in ‘{0}’.
|
static int |
UnexpectedEndOfFile_1
Unexpected end of file while reading “{0}”.
|
static int |
UnexpectedEndOfString_1
More characters were expected at the end of “{0}”.
|
static int |
UnexpectedFileFormat_2
File “{1}” seems to be encoded in an other format than {0}.
|
static int |
UnknownCommand_1
Command “{0}” is not recognized.
|
static int |
UnknownOption_1
Option “{0}” is not recognized.
|
static int |
UnknownType_1
Type ‘{0}’ is unknown in this context.
|
static int |
UnknownTypeForProperty_1
Type of the “{0}” property is unknown.
|
static int |
UnmodifiableAffineTransform
This affine transform is unmodifiable.
|
static int |
UnmodifiableCellValue_2
The cell at column “{1}” of row “{0}” is unmodifiable.
|
static int |
UnmodifiableGeometry
This geometry is unmodifiable.
|
static int |
UnmodifiableMetadata
This metadata is unmodifiable.
|
static int |
UnmodifiableObject_1
Object ‘{0}’ is unmodifiable.
|
static int |
UnparsableStringForClass_2
Text “{1}” can not be parsed as an object of type ‘{0}’.
|
static int |
UnparsableStringForClass_3
Text “{1}” can not be parsed as an object of type ‘{0}’, because of the “{2}” characters.
|
static int |
UnspecifiedFormatForClass_1
No format is specified for objects of class ‘{0}’.
|
static int |
UnsupportedImplementation_1
Can not handle instances of ‘{0}’ because arbitrary implementations are not yet supported.
|
static int |
UnsupportedOperation_1
The ‘{0}’ operation is unsupported.
|
static int |
UnsupportedType_1
The ‘{0}’ type is unsupported.
|
static int |
UnsupportedVersion_1
Version {0} is not supported.
|
static int |
ValueAlreadyDefined_1
A value is already defined for “{0}”.
|
static int |
ValueNotGreaterThanZero_2
Value ‘{0}’={1} is invalid.
|
static int |
ValueOutOfRange_4
Value ‘{0}’={3} is invalid.
|
public static final int CanNotAddToExclusiveSet_2
public static final int CanNotComputeDerivative
public static final int CanNotConvertFromType_2
public static final int CanNotConvertValue_2
public static final int CanNotInstantiate_1
public static final int CanNotOpen_1
public static final int CanNotParseFile_2
public static final int CanNotSetPropertyValue_1
public static final int ClassNotFinal_1
public static final int CloneNotSupported_1
public static final int DeadThread_1
public static final int DuplicatedIdentifier_1
public static final int DuplicatedOption_1
public static final int ElementAlreadyPresent_1
public static final int EmptyArgument_1
public static final int EmptyDictionary
public static final int EmptyEnvelope2D
public static final int EmptyProperty_1
public static final int ExcessiveArgumentSize_3
public static final int ExcessiveListSize_2
public static final int ForbiddenAttribute_2
public static final int IdentifierAlreadyBound_1
public static final int IllegalArgumentClass_2
public static final int IllegalArgumentClass_3
public static final int IllegalArgumentField_4
public static final int IllegalArgumentValue_2
public static final int IllegalBitsPattern_1
public static final int IllegalClass_2
public static final int IllegalFormatPatternForClass_2
public static final int IllegalLanguageCode_1
public static final int IllegalMemberType_2
public static final int IllegalOptionValue_2
public static final int IllegalOrdinateRange_3
public static final int IllegalPropertyClass_2
public static final int IllegalRange_2
public static final int IncompatiblePropertyValue_1
public static final int IncompatibleUnits_2
public static final int InconsistentAttribute_2
public static final int InconsistentTableColumns
public static final int IndexOutOfBounds_1
public static final int InfiniteArgumentValue_1
public static final int InfiniteRecursivity
public static final int InsufficientArgumentSize_3
public static final int KeyCollision_1
public static final int MandatoryAttribute_2
public static final int MismatchedCRS
public static final int MismatchedDimension_2
public static final int MismatchedDimension_3
public static final int MissingRequiredModule_1
public static final int MissingValueForOption_1
public static final int MissingValueForProperty_1
public static final int MissingValueInColumn_1
public static final int MutuallyExclusiveOptions_2
public static final int NegativeArgument_2
public static final int NegativeArrayLength_1
public static final int NoSuchElement_1
public static final int NoSuchProperty_2
public static final int NoUnit
public static final int NodeChildOfItself_1
public static final int NodeHasAnotherParent_1
public static final int NodeHasNoParent_1
public static final int NodeIsLeaf_1
public static final int NodeNotFound_1
public static final int NonAngularUnit_1
public static final int NonEquilibratedParenthesis_2
public static final int NonInvertibleConversion
public static final int NonInvertibleTransform
public static final int NonLinearUnit_1
public static final int NonScaleUnit_1
public static final int NonTemporalUnit_1
public static final int NotANumber_1
public static final int NotAPrimitiveWrapper_1
public static final int NotComparableClass_1
public static final int NullArgument_1
public static final int NullMapKey
public static final int NullMapValue
public static final int OddArrayLength_1
public static final int RecursiveCreateCallForKey_1
public static final int RequireDecimalSeparator
public static final int StalledThread_1
public static final int StreamIsForwardOnly_1
public static final int TooFewArguments_2
public static final int TooManyArguments_2
public static final int UndefinedOrderingForElements_2
public static final int UnexpectedChange_1
public static final int UnexpectedEndOfFile_1
public static final int UnexpectedEndOfString_1
public static final int UnexpectedFileFormat_2
public static final int UnknownCommand_1
public static final int UnknownOption_1
public static final int UnknownTypeForProperty_1
public static final int UnknownType_1
public static final int UnmodifiableAffineTransform
public static final int UnmodifiableCellValue_2
public static final int UnmodifiableGeometry
public static final int UnmodifiableMetadata
public static final int UnmodifiableObject_1
public static final int UnparsableStringForClass_2
public static final int UnparsableStringForClass_3
public static final int UnspecifiedFormatForClass_1
public static final int UnsupportedImplementation_1
public static final int UnsupportedOperation_1
public static final int UnsupportedType_1
public static final int UnsupportedVersion_1
public static final int ValueAlreadyDefined_1
public static final int ValueNotGreaterThanZero_2
public static final int ValueOutOfRange_4
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.