xstream.useAttributeFor(Location.class, "line");
xstream.useAttributeFor(Location.class, "column");
xstream.useAttributeFor(Detail.class, "category");
xstream.useAttributeFor(Detail.class, "severity");
try {
SBMLErrorLog sbmlErrorLog = (SBMLErrorLog) xstream.fromXML(reader);
logger.debug("Call and Parsing of the results done !!!");