View Javadoc
1
package
net.sourceforge.pmd.cpd
;
2
3
/**
*
4
* @author Philippe T'Seyen
5
*/
6
public
class
ReportException
extends
Exception
7
{
8
public
ReportException
(Throwable cause) {
9
super
(cause);
10
}
11
}
This page was automatically generated by
Maven