public DateFormatSymbols (Locale locale)

Construct a DateFormatSymbols object by loading format data from resources for the given locale. This constructor can only construct instances for the locales supported by the Java runtime environment, not for those supported by installed DateFormatSymbolsProvider implementations. For full locale coverage, use the getInstance method.

Exceptions:
java.util.MissingResourceException     if the resources for the specified locale cannot be found or cannot be loaded.

See also:
getInstance(Locale)