net.sourceforge.pmd
public class PMDException extends Exception
Since: August 30, 2002
Version: $Revision: 4217 $, $Date: 2006-02-10 15:15:31 +0100 (Fri, 10 Feb 2006) $
| Constructor Summary | |
|---|---|
| PMDException(String message) | |
| PMDException(String message, Exception reason) | |
| Method Summary | |
|---|---|
| Exception | getReason() |
| int | getSeverity() |
| void | printStackTrace() |
| void | printStackTrace(PrintStream s) |
| void | printStackTrace(PrintWriter s) |
| void | setSeverity(int severity) |