Serializable
, Comparable<RuggedMessages>
, org.hipparchus.exception.Localizable
public enum RuggedMessages extends Enum<RuggedMessages> implements org.hipparchus.exception.Localizable
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.
This class is heavily based on OrekitMessages
,
which is distributed under the terms of the Apache License V2.
Modifier and Type | Class | Description |
---|---|---|
static class |
RuggedMessages.UTF8Control |
Control class loading properties in UTF-8 encoding.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getLocalizedString(Locale locale) |
|
String |
getSourceString() |
|
static RuggedMessages |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RuggedMessages[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuggedMessages INTERNAL_ERROR
public static final RuggedMessages OUT_OF_TILE_INDICES
public static final RuggedMessages OUT_OF_TILE_ANGLES
public static final RuggedMessages NO_DEM_DATA
public static final RuggedMessages TILE_WITHOUT_REQUIRED_NEIGHBORS_SELECTED
public static final RuggedMessages OUT_OF_TIME_RANGE
public static final RuggedMessages UNINITIALIZED_CONTEXT
public static final RuggedMessages EMPTY_TILE
public static final RuggedMessages UNKNOWN_SENSOR
public static final RuggedMessages LINE_OF_SIGHT_DOES_NOT_REACH_GROUND
public static final RuggedMessages LINE_OF_SIGHT_NEVER_CROSSES_LATITUDE
public static final RuggedMessages LINE_OF_SIGHT_NEVER_CROSSES_LONGITUDE
public static final RuggedMessages LINE_OF_SIGHT_NEVER_CROSSES_ALTITUDE
public static final RuggedMessages DEM_ENTRY_POINT_IS_BEHIND_SPACECRAFT
public static final RuggedMessages FRAMES_MISMATCH_WITH_INTERPOLATOR_DUMP
public static final RuggedMessages NOT_INTERPOLATOR_DUMP_DATA
public static final RuggedMessages DEBUG_DUMP_ALREADY_ACTIVE
public static final RuggedMessages DEBUG_DUMP_ACTIVATION_ERROR
public static final RuggedMessages DEBUG_DUMP_NOT_ACTIVE
public static final RuggedMessages CANNOT_PARSE_LINE
public static final RuggedMessages LIGHT_TIME_CORRECTION_REDEFINED
public static final RuggedMessages ABERRATION_OF_LIGHT_CORRECTION_REDEFINED
public static final RuggedMessages ATMOSPHERIC_REFRACTION_REDEFINED
public static final RuggedMessages TILE_ALREADY_DEFINED
public static final RuggedMessages UNKNOWN_TILE
public static final RuggedMessages NO_PARAMETERS_SELECTED
public static final RuggedMessages NO_REFERENCE_MAPPINGS
public static final RuggedMessages DUPLICATED_PARAMETER_NAME
public static final RuggedMessages INVALID_RUGGED_NAME
public static final RuggedMessages UNSUPPORTED_REFINING_CONTEXT
public static final RuggedMessages NO_LAYER_DATA
public static final RuggedMessages INVALID_STEP
public static final RuggedMessages INVALID_RANGE_FOR_LINES
public static RuggedMessages[] values()
for (RuggedMessages c : RuggedMessages.values()) System.out.println(c);
public static RuggedMessages 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 String getSourceString()
getSourceString
in interface org.hipparchus.exception.Localizable
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.