This rule is defined by the following Java class: net.sourceforge.pmd.rules.strictexception.ExceptionSignatureDeclaration
Example:
public void methodThrowingException() throws Exception { }