Package org.hipparchus.migration
Enum LocalizedMigrationFormats
- java.lang.Object
-
- java.lang.Enum<LocalizedMigrationFormats>
-
- org.hipparchus.migration.LocalizedMigrationFormats
-
- All Implemented Interfaces:
Serializable
,Comparable<LocalizedMigrationFormats>
,Localizable
@Deprecated public enum LocalizedMigrationFormats extends Enum<LocalizedMigrationFormats> implements Localizable
Deprecated.these formats are not used at all, they are intended only as a migration help from Apache Commons MathEnumeration for localized messages formats used in exceptions messages.The constants in this enumeration represent the available formats as localized strings. These formats are intended to be localized using simple properties files, using the constant name as the key and the property value as the message format. The source English format is provided in the constants themselves to serve both as a reminder for developers to understand the parameters needed by each format, as a basis for translators to create localized properties files, and as a default format if some translation is missing.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getLocalizedString(Locale locale)
Deprecated.Gets the localized string.String
getSourceString()
Deprecated.Gets the source (non-localized) string.static LocalizedMigrationFormats
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static LocalizedMigrationFormats[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ARGUMENT_OUTSIDE_DOMAIN
public static final LocalizedMigrationFormats ARGUMENT_OUTSIDE_DOMAIN
Deprecated.
-
ASSYMETRIC_EIGEN_NOT_SUPPORTED
public static final LocalizedMigrationFormats ASSYMETRIC_EIGEN_NOT_SUPPORTED
Deprecated.
-
BOBYQA_BOUND_DIFFERENCE_CONDITION
public static final LocalizedMigrationFormats BOBYQA_BOUND_DIFFERENCE_CONDITION
Deprecated.
-
CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS
public static final LocalizedMigrationFormats CANNOT_CLEAR_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS
Deprecated.
-
CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR
public static final LocalizedMigrationFormats CANNOT_FORMAT_INSTANCE_AS_3D_VECTOR
Deprecated.
-
CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR
public static final LocalizedMigrationFormats CANNOT_FORMAT_INSTANCE_AS_REAL_VECTOR
Deprecated.
-
CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS
public static final LocalizedMigrationFormats CANNOT_INCREMENT_STATISTIC_CONSTRUCTED_FROM_EXTERNAL_MOMENTS
Deprecated.
-
CANNOT_RETRIEVE_AT_NEGATIVE_INDEX
public static final LocalizedMigrationFormats CANNOT_RETRIEVE_AT_NEGATIVE_INDEX
Deprecated.
-
CANNOT_SET_AT_NEGATIVE_INDEX
public static final LocalizedMigrationFormats CANNOT_SET_AT_NEGATIVE_INDEX
Deprecated.
-
CANNOT_TRANSFORM_TO_DOUBLE
public static final LocalizedMigrationFormats CANNOT_TRANSFORM_TO_DOUBLE
Deprecated.
-
CLASS_DOESNT_IMPLEMENT_COMPARABLE
public static final LocalizedMigrationFormats CLASS_DOESNT_IMPLEMENT_COMPARABLE
Deprecated.
-
COLUMN_INDEX_OUT_OF_RANGE
public static final LocalizedMigrationFormats COLUMN_INDEX_OUT_OF_RANGE
Deprecated.
-
DIMENSIONS_MISMATCH_SIMPLE
public static final LocalizedMigrationFormats DIMENSIONS_MISMATCH_SIMPLE
Deprecated.
-
EMPTY_STRING_FOR_IMAGINARY_CHARACTER
public static final LocalizedMigrationFormats EMPTY_STRING_FOR_IMAGINARY_CHARACTER
Deprecated.
-
FUNCTION_NOT_DIFFERENTIABLE
public static final LocalizedMigrationFormats FUNCTION_NOT_DIFFERENTIABLE
Deprecated.
-
FUNCTION_NOT_POLYNOMIAL
public static final LocalizedMigrationFormats FUNCTION_NOT_POLYNOMIAL
Deprecated.
-
INDEX_OUT_OF_RANGE
public static final LocalizedMigrationFormats INDEX_OUT_OF_RANGE
Deprecated.
-
INVALID_BRACKETING_PARAMETERS
public static final LocalizedMigrationFormats INVALID_BRACKETING_PARAMETERS
Deprecated.
-
INVALID_INTERVAL_INITIAL_VALUE_PARAMETERS
public static final LocalizedMigrationFormats INVALID_INTERVAL_INITIAL_VALUE_PARAMETERS
Deprecated.
-
INVALID_ITERATIONS_LIMITS
public static final LocalizedMigrationFormats INVALID_ITERATIONS_LIMITS
Deprecated.
-
INVALID_REGRESSION_ARRAY
public static final LocalizedMigrationFormats INVALID_REGRESSION_ARRAY
Deprecated.
-
ITERATOR_EXHAUSTED
public static final LocalizedMigrationFormats ITERATOR_EXHAUSTED
Deprecated.
-
LOESS_EXPECTS_AT_LEAST_ONE_POINT
public static final LocalizedMigrationFormats LOESS_EXPECTS_AT_LEAST_ONE_POINT
Deprecated.
-
MAP_MODIFIED_WHILE_ITERATING
public static final LocalizedMigrationFormats MAP_MODIFIED_WHILE_ITERATING
Deprecated.
-
MAX_ITERATIONS_EXCEEDED
public static final LocalizedMigrationFormats MAX_ITERATIONS_EXCEEDED
Deprecated.
-
MISMATCHED_LOESS_ABSCISSA_ORDINATE_ARRAYS
public static final LocalizedMigrationFormats MISMATCHED_LOESS_ABSCISSA_ORDINATE_ARRAYS
Deprecated.
-
NEGATIVE_BRIGHTNESS_EXPONENT
public static final LocalizedMigrationFormats NEGATIVE_BRIGHTNESS_EXPONENT
Deprecated.
-
NEGATIVE_ELEMENT_AT_2D_INDEX
public static final LocalizedMigrationFormats NEGATIVE_ELEMENT_AT_2D_INDEX
Deprecated.
-
NEGATIVE_NUMBER_OF_SUCCESSES
public static final LocalizedMigrationFormats NEGATIVE_NUMBER_OF_SUCCESSES
Deprecated.
-
NEGATIVE_NUMBER_OF_TRIALS
public static final LocalizedMigrationFormats NEGATIVE_NUMBER_OF_TRIALS
Deprecated.
-
NON_POSITIVE_DEFINITE_MATRIX
public static final LocalizedMigrationFormats NON_POSITIVE_DEFINITE_MATRIX
Deprecated.
-
NON_POSITIVE_MICROSPHERE_ELEMENTS
public static final LocalizedMigrationFormats NON_POSITIVE_MICROSPHERE_ELEMENTS
Deprecated.
-
NON_POSITIVE_POLYNOMIAL_DEGREE
public static final LocalizedMigrationFormats NON_POSITIVE_POLYNOMIAL_DEGREE
Deprecated.
-
NON_REAL_FINITE_ABSCISSA
public static final LocalizedMigrationFormats NON_REAL_FINITE_ABSCISSA
Deprecated.
-
NON_REAL_FINITE_ORDINATE
public static final LocalizedMigrationFormats NON_REAL_FINITE_ORDINATE
Deprecated.
-
NON_REAL_FINITE_WEIGHT
public static final LocalizedMigrationFormats NON_REAL_FINITE_WEIGHT
Deprecated.
-
NOT_ADDITION_COMPATIBLE_MATRICES
public static final LocalizedMigrationFormats NOT_ADDITION_COMPATIBLE_MATRICES
Deprecated.
-
NOT_DECREASING_NUMBER_OF_POINTS
public static final LocalizedMigrationFormats NOT_DECREASING_NUMBER_OF_POINTS
Deprecated.
-
NOT_INCREASING_NUMBER_OF_POINTS
public static final LocalizedMigrationFormats NOT_INCREASING_NUMBER_OF_POINTS
Deprecated.
-
NOT_MULTIPLICATION_COMPATIBLE_MATRICES
public static final LocalizedMigrationFormats NOT_MULTIPLICATION_COMPATIBLE_MATRICES
Deprecated.
-
NOT_POSITIVE_DEGREES_OF_FREEDOM
public static final LocalizedMigrationFormats NOT_POSITIVE_DEGREES_OF_FREEDOM
Deprecated.
-
NOT_POSITIVE_ELEMENT_AT_INDEX
public static final LocalizedMigrationFormats NOT_POSITIVE_ELEMENT_AT_INDEX
Deprecated.
-
NOT_POSITIVE_LENGTH
public static final LocalizedMigrationFormats NOT_POSITIVE_LENGTH
Deprecated.
-
NOT_POSITIVE_MEAN
public static final LocalizedMigrationFormats NOT_POSITIVE_MEAN
Deprecated.
-
NOT_POSITIVE_PERMUTATION
public static final LocalizedMigrationFormats NOT_POSITIVE_PERMUTATION
Deprecated.
-
NOT_POSITIVE_POISSON_MEAN
public static final LocalizedMigrationFormats NOT_POSITIVE_POISSON_MEAN
Deprecated.
-
NOT_POSITIVE_POPULATION_SIZE
public static final LocalizedMigrationFormats NOT_POSITIVE_POPULATION_SIZE
Deprecated.
-
NOT_POSITIVE_ROW_DIMENSION
public static final LocalizedMigrationFormats NOT_POSITIVE_ROW_DIMENSION
Deprecated.
-
NOT_POSITIVE_SAMPLE_SIZE
public static final LocalizedMigrationFormats NOT_POSITIVE_SAMPLE_SIZE
Deprecated.
-
NOT_POSITIVE_SHAPE
public static final LocalizedMigrationFormats NOT_POSITIVE_SHAPE
Deprecated.
-
NOT_POSITIVE_STANDARD_DEVIATION
public static final LocalizedMigrationFormats NOT_POSITIVE_STANDARD_DEVIATION
Deprecated.
-
NOT_POSITIVE_UPPER_BOUND
public static final LocalizedMigrationFormats NOT_POSITIVE_UPPER_BOUND
Deprecated.
-
NOT_STRICTLY_DECREASING_NUMBER_OF_POINTS
public static final LocalizedMigrationFormats NOT_STRICTLY_DECREASING_NUMBER_OF_POINTS
Deprecated.
-
NOT_STRICTLY_INCREASING_KNOT_VALUES
public static final LocalizedMigrationFormats NOT_STRICTLY_INCREASING_KNOT_VALUES
Deprecated.
-
NOT_STRICTLY_INCREASING_NUMBER_OF_POINTS
public static final LocalizedMigrationFormats NOT_STRICTLY_INCREASING_NUMBER_OF_POINTS
Deprecated.
-
NOT_SUBTRACTION_COMPATIBLE_MATRICES
public static final LocalizedMigrationFormats NOT_SUBTRACTION_COMPATIBLE_MATRICES
Deprecated.
-
NOT_SYMMETRIC_MATRIX
public static final LocalizedMigrationFormats NOT_SYMMETRIC_MATRIX
Deprecated.
-
NO_BIN_SELECTED
public static final LocalizedMigrationFormats NO_BIN_SELECTED
Deprecated.
-
NO_DEGREES_OF_FREEDOM
public static final LocalizedMigrationFormats NO_DEGREES_OF_FREEDOM
Deprecated.
-
NO_DENSITY_FOR_THIS_DISTRIBUTION
public static final LocalizedMigrationFormats NO_DENSITY_FOR_THIS_DISTRIBUTION
Deprecated.
-
NO_RESULT_AVAILABLE
public static final LocalizedMigrationFormats NO_RESULT_AVAILABLE
Deprecated.
-
NO_SUCH_MATRIX_ENTRY
public static final LocalizedMigrationFormats NO_SUCH_MATRIX_ENTRY
Deprecated.
-
N_POINTS_GAUSS_LEGENDRE_INTEGRATOR_NOT_SUPPORTED
public static final LocalizedMigrationFormats N_POINTS_GAUSS_LEGENDRE_INTEGRATOR_NOT_SUPPORTED
Deprecated.
-
OBJECT_TRANSFORMATION
public static final LocalizedMigrationFormats OBJECT_TRANSFORMATION
Deprecated.
-
OBSERVED_COUNTS_ALL_ZERO
public static final LocalizedMigrationFormats OBSERVED_COUNTS_ALL_ZERO
Deprecated.
-
OUT_OF_ORDER_ABSCISSA_ARRAY
public static final LocalizedMigrationFormats OUT_OF_ORDER_ABSCISSA_ARRAY
Deprecated.
-
OUT_OF_RANGE_RIGHT
public static final LocalizedMigrationFormats OUT_OF_RANGE_RIGHT
Deprecated.
-
POLYNOMIAL_INTERPOLANTS_MISMATCH_SEGMENTS
public static final LocalizedMigrationFormats POLYNOMIAL_INTERPOLANTS_MISMATCH_SEGMENTS
Deprecated.
-
POWER_NEGATIVE_PARAMETERS
public static final LocalizedMigrationFormats POWER_NEGATIVE_PARAMETERS
Deprecated.
-
ROW_INDEX_OUT_OF_RANGE
public static final LocalizedMigrationFormats ROW_INDEX_OUT_OF_RANGE
Deprecated.
-
SAME_SIGN_AT_ENDPOINTS
public static final LocalizedMigrationFormats SAME_SIGN_AT_ENDPOINTS
Deprecated.
-
UNABLE_TO_BRACKET_OPTIMUM_IN_LINE_SEARCH
public static final LocalizedMigrationFormats UNABLE_TO_BRACKET_OPTIMUM_IN_LINE_SEARCH
Deprecated.
-
UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM
public static final LocalizedMigrationFormats UNABLE_TO_COMPUTE_COVARIANCE_SINGULAR_PROBLEM
Deprecated.
-
UNABLE_TO_FIRST_GUESS_HARMONIC_COEFFICIENTS
public static final LocalizedMigrationFormats UNABLE_TO_FIRST_GUESS_HARMONIC_COEFFICIENTS
Deprecated.
-
UNPARSEABLE_3D_VECTOR
public static final LocalizedMigrationFormats UNPARSEABLE_3D_VECTOR
Deprecated.
-
UNPARSEABLE_COMPLEX_NUMBER
public static final LocalizedMigrationFormats UNPARSEABLE_COMPLEX_NUMBER
Deprecated.
-
UNPARSEABLE_REAL_VECTOR
public static final LocalizedMigrationFormats UNPARSEABLE_REAL_VECTOR
Deprecated.
-
UNSUPPORTED_EXPANSION_MODE
public static final LocalizedMigrationFormats UNSUPPORTED_EXPANSION_MODE
Deprecated.
-
VECTOR_LENGTH_MISMATCH
public static final LocalizedMigrationFormats VECTOR_LENGTH_MISMATCH
Deprecated.
-
WRONG_BLOCK_LENGTH
public static final LocalizedMigrationFormats WRONG_BLOCK_LENGTH
Deprecated.
-
-
Method Detail
-
values
public static LocalizedMigrationFormats[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LocalizedMigrationFormats c : LocalizedMigrationFormats.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LocalizedMigrationFormats valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getSourceString
public String getSourceString()
Deprecated.Gets the source (non-localized) string.- Specified by:
getSourceString
in interfaceLocalizable
- Returns:
- the source string.
-
getLocalizedString
public String getLocalizedString(Locale locale)
Deprecated.Gets the localized string.- Specified by:
getLocalizedString
in interfaceLocalizable
- Parameters:
locale
- locale into which to get the string.- Returns:
- the localized string or the source string if no localized version is available.
-
-