// "Add tag @throws java.lang.Exception" "true" class a { /** * @throws Exception */ public void run() throws Exception { } }