net.sourceforge.pmd
public class PMDException extends Exception
Since: August 30, 2002
Version: $Revision: 1.6 $, $Date: 2006/02/10 14:15:23 $
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) |