View Javadoc
1   package org.checkstyle.suppressionxpathfilter.illegalthrows;
2   
3   public class InputXpathIllegalThrowsRuntimeException {
4       public void sayHello() throws RuntimeException //warn
5       {
6       }
7   }