return ((Boolean)JaxbCodeGeneratorHolder._jaxbCodeGeneratorMethod.invoke(null, new Object[] { saver, sourcefiles, sourcedir, classesdir, errors })).booleanValue();
}
catch (InvocationTargetException e)
{
XmlRuntimeException e2 = new XmlRuntimeException(e.getMessage());
e2.initCause(e);
throw e2;
}
catch (IllegalAccessException e)
{
XmlRuntimeException e2 = new XmlRuntimeException(e.getMessage());