Only {@link SchemaBuilder} can throw this exception toabort the parsing in the middle.
760761762763764765766767
try { if (eh != null) eh.warning(message); } catch (SAXException e) { throw new BuildException(e); } }
179180181182183184185186
} else maxNextCharInd += i; } catch (IOException e) { throw new BuildException(e); } }