}
}
}
catch ( MetadataRepositoryException e )
{
throw new FeedException( "Unable to construct feed, metadata could not be retrieved: " + e.getMessage(),
e );
}
catch ( MetadataResolutionException e )
{
throw new FeedException( "Unable to construct feed, metadata could not be retrieved: " + e.getMessage(),
e );
}
long tmp = 0;
RssFeedEntry entry = null;