public void write(Locale locale, CharWriter writer) throws IOException, ConversionException
{
if (locale == null)
{
throw new NullConversionException("No null locale accepted");
}
if (writer == null)
{
throw new IllegalArgumentException("No null writer accepted");
}