this.writer.write(122, LINHA8, boleto.getEmissor().getCarteira());
this.writer.write(190, LINHA8, boleto.getEspecieMoeda());
try {
this.writer.write(430, LINHA8, formatter.valueToString(boleto
.getValorBoleto().doubleValue()));
} catch (NumberFormatException e) {
throw new CriacaoBoletoException(
"Erro na formatação do valor do boleto", e);
} catch (ParseException e) {