Example
public
static
class
ClassA {
public
void
methodA {
try
{
//...
}
catch
( Exception e ) {
//...
}
}
Solution
Create a dedicated catch clause for each exception that is declared in the throws clause.