catch ( MalformedURLException e )
{
// ignored;
} catch (MojoExecutionException e)
{
throw new GwtModuleReaderException(e.getMessage(), e);
}
throw new GwtModuleReaderException( "GWT Module " + name + " not found in project sources or resources." );
}