public class PMDException
extends java.lang.Exception
| Constructor and Description |
|---|
PMDException(java.lang.String message) |
PMDException(java.lang.String message,
java.lang.Exception reason) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getReason()
Deprecated.
use
Throwable.getCause() instead |
int |
getSeverity() |
void |
setSeverity(int severity) |