In ur java tutorial, on interface
while overriding the interface methods u need to follow this rule
Checked exceptions should not be declared on implementation methods other than the ones declared by the interface method or subclasses of those declared by the interface method.
what does this line actually means, can anyone explain me with example?