> "due to a forward reference to this method, the following
> exceptions must be
> explicitly specified as a SIGNALS list:
> IOException"
Your method could throw an IOException, and to resolve the forward
reference the compiler is asking you to add 'signals IOException' to the
method instruction. I forget why it needs that...
(Alternatively you could catch and handle it. Looks like it is the
zf.close that would/could raise it.)
mfc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>