Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pinhead84 committed Aug 16, 2021
1 parent 7a5ab7f commit c6103e3
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ private static void write(CasaItDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ private static void write(DaftIeDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private static void write(FilemakerResultDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ private static void write(IdealistaRootElement root, Writer output) {
root.write(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private static void write(List<IdxRecord> records, Writer output) {
printer.printRecords(records);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ private static void write(ImmoXmlDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ private static void write(ImmobarItDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ private static void write(ImmobiliareItDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ private static void write(List<Is24CsvRecord> records, Writer output) {
printer.printRecords(records);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ private static void write(Is24XmlDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ private static void write(KyeroDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ private static void write(OpenImmoTransferDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private static void write(TrovitDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private static void write(WisItDocument doc, Writer output) {
doc.toXml(output, PRETTY_PRINT);
LOGGER.info("> written to a java.io.Writer");
} catch (Exception ex) {
LOGGER.error("Can't write document into an OutputStream!");
LOGGER.error("Can't write document into a Writer!");
LOGGER.error("> " + ex.getLocalizedMessage(), ex);
System.exit(1);
}
Expand Down

0 comments on commit c6103e3

Please sign in to comment.