public abstract BreakIterator getLineInstance (Locale locale)

Returns a new BreakIterator instance for line breaks for the given locale.

Parameters:
locale    the desired locale

Returns:  A break iterator for line breaks

Exceptions:
NullPointerException    if locale is null
IllegalArgumentException    if locale isn't one of the locales returned from java.util.spi.LocaleServiceProvider.getAvailableLocales().

See also:
java.text.BreakIterator.getLineInstance(java.util.Locale)