return e;
} catch (NumberFormatException e) {
e.printStackTrace();
throw new Exception("Unparseable entity line: " + s);
} catch (NoSuchElementException e) {
e.printStackTrace();
throw new Exception("Unparseable entity line: " + s);
} catch (EntityLoadingException e) {
e.printStackTrace();
throw new Exception("Unparseable entity line: " + s
+ "\n Unable to load mech: " + e.getMessage());