Example

public static class ClassA {
public void methodA {

try {
//...
} catch ( Throwable t ) {
//...
}
}
}

Solution
Create a dedicated catch clause for each throwable that is declared in the throws clause.