System.exit(-1);
}
try {
LOGGER.debug("Reading and validating the XML file");
Packets packConfig = validateAndUnmarshal(Packets.class, packXML, schema);
processPackets(packConfig);
} catch (JAXBException | SAXException ex) {
LOGGER.error("Unable to read or validate the XML file.", ex);
} catch (Throwable ex) {
LOGGER.error("Good job, you broke it...", ex);