120121122123124125126
throw new IllegalArgumentException("unknown type '" + e.getNodeName() + "'"); } private ExceptionType parseExceptionType(Element e) { return new ExceptionType(e.getAttribute("name")); }