if (e instanceof RuntimeException)
throw (RuntimeException) e;
else
throw new RuntimeException("Fatal Error. Unable to parse " + domainXml, e);
}
LogRecord lr = new LogRecord(Level.FINE, strings.get("time", new NanoDuration(System.nanoTime() - startNano).toString()));
lr.setLoggerName(getClass().getName());
EarlyLogHandler.earlyMessages.add(lr);
}