question about throwing exceptions
hi,
i am trying to throw a FileNotFoundException in a certain situation, but Eclipse is giving me the 'unhandled FileNotFoundException' error and insisting I wrap the 'throw' statement in a try/catch statement.
Is that right? is it just a bug in eclipse or does this exception insist i catch the very exception i am trying to throw?
thanks!

