Uses of Enum Class
de.latlon.ets.core.error.ErrorMessageKey
Packages that use ErrorMessageKey
-
Uses of ErrorMessageKey in de.latlon.ets.core.error
Methods in de.latlon.ets.core.error that return ErrorMessageKeyModifier and TypeMethodDescriptionstatic ErrorMessageKeyReturns the enum constant of this class with the specified name.static ErrorMessageKey[]ErrorMessageKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.latlon.ets.core.error with parameters of type ErrorMessageKeyModifier and TypeMethodDescriptionstatic StringErrorMessage.format(ErrorMessageKey msgKey, Object... args) Produces a formatted error message using the supplied substitution arguments and the current locale.static StringErrorMessage.get(ErrorMessageKey msgKey) Retrieves a simple message according to the current locale.