View Javadoc
1 package net.sourceforge.pmd; 2 3 public class RuleSetNotFoundException extends Exception { 4 public RuleSetNotFoundException(String msg) { 5 super(msg); 6 } 7 }

This page was automatically generated by Maven