&& ! ConfigException.class.equals(e.getClass())) {
return (RuntimeException) e;
}
if (node instanceof QAbstractNode) {
QAbstractNode qnode = (QAbstractNode) node;
systemId = qnode.getBaseURI();
filename = qnode.getFilename();
line = qnode.getLine();
}
for (; e.getCause() != null; e = e.getCause()) {
if (e instanceof LineCompileException)
break;