don't declare Exceptions that are never thrown; remove an unused variable
When these are implementing a pubic interface or abstract method I think it is good to keep the exception declaration, as it is a part of the interface. That way, if an exception needs to be thrown in the future, the developer knows what types are permitted.
Doug
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]