Only {@link SchemaBuilder} can throw this exception toabort the parsing in the middle.
155156157158159160161162
} else maxNextCharInd += i; } catch (IOException e) { throw new BuildException(e); } }
386387388389390391392393394395
* @return the not-null File. * @throws BuildException if file is null. */ protected File getNotNullFile() { if (getFile() == null) { throw new BuildException("file attribute is null!"); } // dieOnCircularReference(); return getFile(); }