On May 14, 11:02 am, "* ^ *" wrote:
> On May 14, 1:07 pm, miga wrote:
>
>
>
> > On May 14, 6:59 am, "* ^ *" wrote:
>
> > > I cannot seem to propagate the throws clause up the calling method.
> > > Why?
>
> > > The relevant code fragments are as below:
> > > class WorldCupCountries{
> > >
On May 14, 1:07 pm, miga wrote:
> On May 14, 6:59 am, "* ^ *" wrote:
>
> > I cannot seem to propagate the throws clause up the calling method.
> > Why?
>
> > The relevant code fragments are as below:
> > class WorldCupCountries{
> > public WorldCupCountries() throws URISyntaxException{
> >
On May 14, 6:59 am, "* ^ *" wrote:
> I cannot seem to propagate the throws clause up the calling method.
> Why?
>
> The relevant code fragments are as below:
> class WorldCupCountries{
> public WorldCupCountries() throws URISyntaxException{
> doSelectionNDisplay();
> }
> pri